fix: output directory name; monitor output with println! (#1192)
This commit is contained in:
parent
0d446bab20
commit
6523341c4d
@ -20,7 +20,7 @@ pub fn main() {
|
||||
env::current_dir().unwrap().to_string_lossy().to_string()
|
||||
);
|
||||
fuzz(
|
||||
&[PathBuf::from("./input")],
|
||||
&[PathBuf::from("./corpus")],
|
||||
PathBuf::from("./output"),
|
||||
&Cores::all().unwrap(),
|
||||
1337,
|
||||
|
@ -137,7 +137,7 @@ where
|
||||
|
||||
let shmem_provider = StdShMemProvider::new().expect("Failed to init shared memory");
|
||||
|
||||
let monitor = MultiMonitor::new(|s| log::info!("{s}"));
|
||||
let monitor = MultiMonitor::new(|s| println!("{s}"));
|
||||
|
||||
let mut run_client = |state: Option<_>,
|
||||
mut mgr: LlmpRestartingEventManager<_, _>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user