From e09e7b5a82c688f4b45c82be6563d2281067de5f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 14 Feb 2017 09:35:57 +0330 Subject: now cleans before exit --- extra-tools/precommitTests.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra-tools') diff --git a/extra-tools/precommitTests.sh b/extra-tools/precommitTests.sh index f676428..979d8a9 100755 --- a/extra-tools/precommitTests.sh +++ b/extra-tools/precommitTests.sh @@ -95,3 +95,7 @@ else printf "${Red}mutator-lvl0 C++1z smoke test failed...\n${NC}" | tee -a ./test/precommit.rep fi +printf "${Lblue}cleaning the objects and exexutables...\n${NC}" | tee -a ./test/precommit.rep +"make" clean + +printf "${Lblue}finished running all tests...\n${NC}" | tee -a ./test/precommit.rep -- cgit v1.2.3