Browse Source

Clean output optimised

master
Dirk Alders 3 years ago
parent
commit
6e3cf6df4f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      scripts/Makefile

+ 2
- 2
scripts/Makefile View File

@@ -34,8 +34,8 @@ smoke: testrun_smoke finalise compile status
34 34
 single: testrun_single finalise compile status
35 35
 
36 36
 clean:
37
-	@echo "\033[1;33mCleaning up...\e[0m"
38
-	@echo "\e[1m  * Testresults from last testrunx\e[0m"
37
+	@echo "\033[1;33mCleaning up unittest...\e[0m"
38
+	@echo "\e[1m  * Testresults from last testrun\e[0m"
39 39
 	@ls testresults | xargs -i echo "    testresults/{}"
40 40
 	@ls testresults | xargs -i rm -f "testresults/{}"
41 41
 	@echo "\e[1m  * Collected coverage information\e[0m"

Loading…
Cancel
Save