mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-12 10:08:09 +00:00
don't remove inputs once processed (#788)
This commit is contained in:
@ -122,10 +122,6 @@ impl CoverageTask {
|
|||||||
if self.record_corpus_coverage(&mut processor, dir).await? {
|
if self.record_corpus_coverage(&mut processor, dir).await? {
|
||||||
seen_inputs = true;
|
seen_inputs = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
fs::remove_dir_all(&dir.path).await.with_context(|| {
|
|
||||||
format!("unable to remove readonly_inputs: {}", dir.path.display())
|
|
||||||
})?;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if seen_inputs {
|
if seen_inputs {
|
||||||
|
Reference in New Issue
Block a user