test(fuzz): Bug fix: dir may already exist
This commit is contained in:
parent
085b9ca691
commit
f18c2e3054
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ set -euxo pipefail
|
|||
ncpus=$(nproc || getconf NPROCESSORS_ONLN)
|
||||
ncpus=$(( ncpus / ( 1 + $(cat /sys/devices/system/cpu/smt/active))))
|
||||
NORMAL_RESTARTS=10
|
||||
rm -rf "fuzz/corpus/fuzz_$1_pre_fresh_blood" || true
|
||||
mv "fuzz/corpus/fuzz_$1" "fuzz/corpus/fuzz_$1_pre_fresh_blood" || true
|
||||
for i in $(seq 1 $NORMAL_RESTARTS); do
|
||||
mv "fuzz/corpus/fuzz_$1_restart_${i}"/* "fuzz/corpus/fuzz_$1_pre_fresh_blood" || true
|
||||
|
|
Loading…
Add table
Reference in a new issue