mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 06:09:25 -05:00
test(compile): show command output to testing log for debugging purpose (#10503)
This commit is contained in:
parent
49c4d57b0f
commit
e64cf4eeac
1 changed files with 3 additions and 1 deletions
|
@ -5409,7 +5409,9 @@ console.log("finish");
|
|||
.arg("--target")
|
||||
.arg("x86_64-unknown-linux-gnu")
|
||||
.arg("./test_util/std/examples/welcome.ts")
|
||||
.stdout(std::process::Stdio::piped())
|
||||
// TODO(kt3k): Prints command output to the test log for debugging purpose.
|
||||
// Uncomment this line when this test become stable.
|
||||
//.stdout(std::process::Stdio::piped())
|
||||
.spawn()
|
||||
.unwrap()
|
||||
.wait_with_output()
|
||||
|
|
Loading…
Add table
Reference in a new issue