-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: bashunit_when_stop_on_failure_env_simple_output
- Loading branch information
1 parent
dcef37e
commit 4d686a8
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...nit_stop_on_failure_test_sh.test_bashunit_when_stop_on_failure_env_simple_output.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.[31mF[0m | ||
[33mStop on failure enabled...[0m | ||
|
||
|
||
[1mThere was 1 failure:[0m | ||
|
||
|1) ./tests/acceptance/fixtures/test_bashunit_when_stop_on_failure.sh | ||
|[31m✗ Failed[0m: B error | ||
| [2mExpected[0m [1m'1'[0m | ||
| [2mbut got [0m [1m'2'[0m | ||
|
||
|
||
|
||
[2mTests: [0m [32m1 passed[0m, [31m1 failed[0m, 2 total | ||
[2mAssertions:[0m [32m3 passed[0m, [31m1 failed[0m, 4 total | ||
|
||
[41m[30m[1m Some tests failed [0m |