deno/cli/tests/deno_test.out
Bartek Iwańczuk e16eb9e108
chore: capture stderr in integration tests (#5549)
This commit removes "check_stderr" setting from itest! macro used
to generate integration tests. Without this setting on tests discarded
output of stderr making it very hard to debug the problem in test.

Numerous tests were changed by adding "--quiet" flag to not display
"Compile"/"Download" prompts.
2020-05-17 17:42:39 +02:00

27 lines
433 B
Plaintext

[WILDCARD]
running 4 tests
test fail1 ... FAILED [WILDCARD]
test fail2 ... FAILED [WILDCARD]
test success1 ... ok [WILDCARD]
test fail3 ... FAILED [WILDCARD]
failures:
fail1
AssertionError: fail1 assertion
[WILDCARD]
fail2
AssertionError: fail2 assertion
[WILDCARD]
fail3
AssertionError: fail3 assertion
[WILDCARD]
failures:
[WILDCARD]
test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]