diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/test/exit_sanitizer.out | 1 | ||||
-rw-r--r-- | cli/tests/test/fail.out | 1 | ||||
-rw-r--r-- | cli/tests/test/fail_fast.out | 1 | ||||
-rw-r--r-- | cli/tests/test/finally_timeout.out | 1 | ||||
-rw-r--r-- | cli/tests/test/only.out | 3 |
5 files changed, 5 insertions, 2 deletions
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 |