Also stderr
This commit is contained in:
parent
067c08302d
commit
7100f6c31b
|
@ -31,6 +31,7 @@ fuzz_target!(|data: &[u8]| {
|
||||||
let wasm_result = Command::new("wasm")
|
let wasm_result = Command::new("wasm")
|
||||||
.arg(seed_path)
|
.arg(seed_path)
|
||||||
.stdout(Stdio::null())
|
.stdout(Stdio::null())
|
||||||
|
.stderr(Stdio::null())
|
||||||
.status()
|
.status()
|
||||||
.expect("failed to execute `wasm`");
|
.expect("failed to execute `wasm`");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue