Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Dec 10, 2024
1 parent 119634c commit 4a51d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ impl Drop for BackgroundChild<'_> {
self.shell.clear();
println!("driver status: {}", status);

let mut stdout = Vec::new();
/*let mut stdout = Vec::new();
self.stdout.read_to_end(&mut stdout).unwrap();
if !stdout.is_empty() {
println!("driver stdout:\n{}", tab(&String::from_utf8_lossy(&stdout)));
Expand All @@ -690,6 +690,6 @@ impl Drop for BackgroundChild<'_> {
self.stderr.read_to_end(&mut stderr).unwrap();
if !stderr.is_empty() {
println!("driver stderr:\n{}", tab(&String::from_utf8_lossy(&stderr)));
}
}*/
}
}

0 comments on commit 4a51d48

Please sign in to comment.