diff options
-rw-r--r-- | tests/fuzzing/bc_afl.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/fuzzing/bc_afl.yaml b/tests/fuzzing/bc_afl.yaml index ff904db2..7d13bff9 100644 --- a/tests/fuzzing/bc_afl.yaml +++ b/tests/fuzzing/bc_afl.yaml @@ -1,5 +1,4 @@ session_name: bc_afl -start_directory: ./ windows: - window_name: control @@ -8,10 +7,10 @@ windows: - shell_command: - echo core | doas tee /proc/sys/kernel/core_pattern - echo performance | doas tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor - - rm tests/fuzzing/bc_outputs1/* - - rm tests/fuzzing/bc_outputs2/* - - rm tests/fuzzing/bc_outputs3/* - - rm tests/fuzzing/dc_outputs/* + - rm -rf tests/fuzzing/bc_outputs1/ + - rm -rf tests/fuzzing/bc_outputs2/ + - rm -rf tests/fuzzing/bc_outputs3/ + - rm -rf tests/fuzzing/dc_outputs/ - window_name: bc11 layout: even-horizontal panes: |