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