From 33141cf8a3b0e86d01ab5112c2172d0f7004e9c1 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Fri, 7 Aug 2020 20:22:13 +0200 Subject: tests: cleanup core files, more time for llvm cmplog --- test/test-custom-mutators.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/test-custom-mutators.sh') 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 } || { -- cgit 1.4.1