perform the cleanup at the end

This commit is contained in:
Sylvestre Ledru 2018-09-21 14:16:33 +02:00
parent b5fc765792
commit 62e6bb61b1

View File

@ -473,10 +473,6 @@ int main ()
} }
EOF EOF
#clean up
rm -f a.out bar crash-* foo foo.* lldb-cmd.txt main.c test_fuzzer.cc foo.* o
rm -rf output matmul.* *profraw
# only for AMD64 for now # only for AMD64 for now
# many sanitizers only work on AMD64 # many sanitizers only work on AMD64
# x32 programs need to be enabled in the kernel bootparams for debian # x32 programs need to be enabled in the kernel bootparams for debian
@ -522,4 +518,8 @@ if test ! -f /usr/lib/llvm-$VERSION/lib/libclangBasic.a; then
exit 1 exit 1
fi fi
#clean up
rm -f a.out bar crash-* foo foo.* lldb-cmd.txt main.* test_fuzzer.cc foo.* o
rm -rf output matmul.* *profraw
echo "Completed" echo "Completed"