llvm-test-suite: Enable verbose mode
This helps to investigate build issues affecting the tests by allowing us to see which flags are passed to the compiler.
This commit is contained in:
parent
6df13a6c10
commit
18972ea7ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue