We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1928bef commit fc682d5Copy full SHA for fc682d5
1 file changed
README.adoc
@@ -206,6 +206,7 @@ Running tests in tests/test_core.sh
206
Running test_fake_transmits_params_to_fake_code ... SUCCESS
207
Running test_fake_transmits_params_to_fake_code_as_array ... SUCCESS
208
Running test_should_pretty_format_even_when_LANG_is_unset ... SUCCESS
209
+ Running test_should_pretty_format_even_with_pipefail_set ... SUCCESS
210
Overall result: SUCCESS
211
```
212
@@ -315,7 +316,8 @@ ok - test_fake_exports_faked_in_subshells
315
316
ok - test_fake_transmits_params_to_fake_code
317
ok - test_fake_transmits_params_to_fake_code_as_array
318
ok - test_should_pretty_format_even_when_LANG_is_unset
-1..30
319
+ok - test_should_pretty_format_even_with_pipefail_set
320
+1..31
321
322
323
== How to write tests
0 commit comments