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