Skip to content

Commit

Permalink
Remove debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Nov 20, 2023
1 parent 7f2b939 commit 749631a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/arbitrary_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ fn integration() {
thread::sleep(Duration::from_secs(10));
kill_subprocesses_recursively(&format!("{}", fuzzer.id()));

process::Command::new("cat")
.arg(format!(
"{}/arbitrary-fuzz/logs/afl.log",
temp_dir_path.display()
))
.spawn()
.unwrap();

assert!(temp_dir_path
.join("arbitrary-fuzz")
.join("afl")
Expand Down

0 comments on commit 749631a

Please sign in to comment.