فهرست منبع

Silent test fails

Kajetan Johannes Hammerle 11 ماه پیش
والد
کامیت
5ead6130e3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      tasks

+ 2 - 2
tasks

@@ -157,8 +157,8 @@ function runTests() {
     LLVM_PROFILE_FILE="pre_canary.profraw" ./test pre_canary || true
     echo "--------------Post canary detection-------------"
     LLVM_PROFILE_FILE="post_canary.profraw" ./test post_canary || true
-    echo "--------------Test Fails------------------------"
-    LLVM_PROFILE_FILE="test.profraw" ./test test || true
+    # Test Fails
+    LLVM_PROFILE_FILE="test.profraw" ./test test > /dev/null || true
     echo "--------------Default run-----------------------"
     LLVM_PROFILE_FILE="default.profraw" $valgrind ./test light $valgrind < ../readLineTest || true
 }