From 4861b13aabd61d2df600e79a2e621fa1f3b870c3 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Thu, 22 Jul 2021 19:34:29 +0800 Subject: fix(cli): normalize test command errors (#11375) --- cli/tests/test/exit_sanitizer.out | 1 + cli/tests/test/fail.out | 1 + cli/tests/test/fail_fast.out | 1 + cli/tests/test/finally_timeout.out | 1 + cli/tests/test/only.out | 3 +-- 5 files changed, 5 insertions(+), 2 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/test/exit_sanitizer.out b/cli/tests/test/exit_sanitizer.out index 0f9d0d45e..f331d7a70 100644 --- a/cli/tests/test/exit_sanitizer.out +++ b/cli/tests/test/exit_sanitizer.out @@ -32,3 +32,4 @@ failures: test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +error: Test failed diff --git a/cli/tests/test/fail.out b/cli/tests/test/fail.out index cf5b84268..66d471cdf 100644 --- a/cli/tests/test/fail.out +++ b/cli/tests/test/fail.out @@ -78,3 +78,4 @@ failures: test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +error: Test failed diff --git a/cli/tests/test/fail_fast.out b/cli/tests/test/fail_fast.out index bbeddaeba..c97f854fa 100644 --- a/cli/tests/test/fail_fast.out +++ b/cli/tests/test/fail_fast.out @@ -15,3 +15,4 @@ failures: test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +error: Test failed diff --git a/cli/tests/test/finally_timeout.out b/cli/tests/test/finally_timeout.out index 257a27db3..570e9108f 100644 --- a/cli/tests/test/finally_timeout.out +++ b/cli/tests/test/finally_timeout.out @@ -16,3 +16,4 @@ failures: test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +error: Test failed diff --git a/cli/tests/test/only.out b/cli/tests/test/only.out index 9195ab5aa..dc78cae80 100644 --- a/cli/tests/test/only.out +++ b/cli/tests/test/only.out @@ -4,5 +4,4 @@ test only ... ok ([WILDCARD]) test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 2 filtered out ([WILDCARD]) -FAILED because the "only" option was used - +error: Test failed because the "only" option was used -- cgit v1.2.3