ソースを参照

Clean output optimised

master
Dirk Alders 3年前
コミット
6e3cf6df4f
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      scripts/Makefile

+ 2
- 2
scripts/Makefile ファイルの表示

@@ -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"

読み込み中…
キャンセル
保存