mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(test): capture worker stdout and stderr in test output (#14410)
This commit is contained in:
parent
2c33293f66
commit
58eab0e2b3
15 changed files with 224 additions and 119 deletions
|
@ -302,10 +302,10 @@ itest!(no_prompt_with_denied_perms {
|
|||
output: "test/no_prompt_with_denied_perms.out",
|
||||
});
|
||||
|
||||
itest!(captured_subprocess_output {
|
||||
args: "test --allow-run --allow-read --unstable test/captured_subprocess_output.ts",
|
||||
itest!(captured_output {
|
||||
args: "test --allow-run --allow-read --unstable test/captured_output.ts",
|
||||
exit_code: 0,
|
||||
output: "test/captured_subprocess_output.out",
|
||||
output: "test/captured_output.out",
|
||||
});
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue