diff --git a/tests/llvm-test-suite/test.sh b/tests/llvm-test-suite/test.sh index 697f2cf..babdf0e 100755 --- a/tests/llvm-test-suite/test.sh +++ b/tests/llvm-test-suite/test.sh @@ -17,7 +17,7 @@ cmake -G Ninja $testsuite_dir \ -DCMAKE_CXX_COMPILER=$cxx \ -DTEST_SUITE_LIT_FLAGS="-sv" -ninja check +ninja -v check popd # Remove temporary files in case of success.