about summary refs log tree commit diff
path: root/test/test-custom-mutators.sh
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-08-07 20:22:13 +0200
committerhexcoder- <heiko@hexco.de>2020-08-07 20:22:13 +0200
commit33141cf8a3b0e86d01ab5112c2172d0f7004e9c1 (patch)
tree28cef5557088355f2edab1e39373d1b2d9e005d1 /test/test-custom-mutators.sh
parent8551d8e48e18a5a50955945b5f73aff3cb492de5 (diff)
downloadafl++-33141cf8a3b0e86d01ab5112c2172d0f7004e9c1.tar.gz
tests: cleanup core files, more time for llvm cmplog
Diffstat (limited to 'test/test-custom-mutators.sh')
-rwxr-xr-xtest/test-custom-mutators.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-custom-mutators.sh b/test/test-custom-mutators.sh
index b0a05e15..4d73739f 100755
--- a/test/test-custom-mutators.sh
+++ b/test/test-custom-mutators.sh
@@ -54,7 +54,7 @@ test "1" = "`../afl-fuzz | grep -i 'without python' >/dev/null; echo $?`" && {
       }
 
       # Clean
-      rm -rf out errors
+      rm -rf out errors core.*
 
       # Run afl-fuzz w/ multiple C mutators
       $ECHO "$GREY[*] running afl-fuzz with multiple custom C mutators, this will take approx 5 seconds"
@@ -73,7 +73,7 @@ test "1" = "`../afl-fuzz | grep -i 'without python' >/dev/null; echo $?`" && {
       }
 
       # Clean
-      rm -rf out errors 
+      rm -rf out errors core.*
 
       # Run afl-fuzz w/ the Python mutator
       $ECHO "$GREY[*] running afl-fuzz for the Python mutator, this will take approx 5 seconds"
@@ -97,7 +97,7 @@ test "1" = "`../afl-fuzz | grep -i 'without python' >/dev/null; echo $?`" && {
       }
 
       # Clean
-      rm -rf in out errors
+      rm -rf in out errors core.*
       rm -rf ${CUSTOM_MUTATOR_PATH}/__pycache__/
       rm -f test-multiple-mutators test-custom-mutator libexamplemutator.so libexamplemutator2.so
     } || {