From e16eb9e10841d3b63bfe50db9849ae9a2d7c20f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 17 May 2020 17:42:39 +0200 Subject: 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. --- cli/tests/deno_test_fail_fast.out | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/deno_test_fail_fast.out') diff --git a/cli/tests/deno_test_fail_fast.out b/cli/tests/deno_test_fail_fast.out index f4d111bcc..9fb82c1c6 100644 --- a/cli/tests/deno_test_fail_fast.out +++ b/cli/tests/deno_test_fail_fast.out @@ -1,3 +1,4 @@ +[WILDCARD] running 4 tests test fail1 ... FAILED [WILDCARD] -- cgit v1.2.3