From 3041189ac08cb7c8aee7f1e2c7590fbfd95f00e5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 30 Sep 2020 20:22:00 +0200 Subject: [PATCH] remove all artifacts after tests --- debian/qualify-clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/qualify-clang.sh b/debian/qualify-clang.sh index e04f7ec4..85b462fc 100755 --- a/debian/qualify-clang.sh +++ b/debian/qualify-clang.sh @@ -1341,6 +1341,6 @@ 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 opt.ll +rm -rf output matmul.* *profraw opt.ll a.json default.profdata test echo "Completed"