=(
This commit is contained in:
parent
bffa8aeaed
commit
a822a2de1d
@ -250,5 +250,6 @@ pub fn main() {
|
|||||||
|
|
||||||
println!("Workdir: {:?}", workdir);
|
println!("Workdir: {:?}", workdir);
|
||||||
|
|
||||||
fuzz(input, broker_port).expect("An error occurred while fuzzing");
|
fuzz(Some(vec![PathBuf::from("./corpus/")]), broker_port).expect("An error occurred while fuzzing");
|
||||||
|
//fuzz(input, broker_port).expect("An error occurred while fuzzing");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user