mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
e16eb9e108
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.
11 lines
361 B
Text
11 lines
361 B
Text
[WILDCARD]
|
|
running 7 tests
|
|
test runGranted ... ok [WILDCARD]
|
|
test readGranted ... ok [WILDCARD]
|
|
test writeGranted ... ok [WILDCARD]
|
|
test netGranted ... ok [WILDCARD]
|
|
test envGranted ... ok [WILDCARD]
|
|
test pluginGranted ... ok [WILDCARD]
|
|
test hrtimeGranted ... ok [WILDCARD]
|
|
|
|
test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]
|