Skip to content

Commit

Permalink
Improve output in build_and_test.sh when tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 9, 2024
1 parent de3a485 commit 53df586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ set -o verbose

cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -Wdev -Wdeprecated -G Ninja -S . -B build
cmake --build build --parallel 8 --verbose || cmake --build build --verbose
( cd build && ctest --output-on-failure )
( cd build && ( ctest --output-on-failure || ctest --rerun-failed --verbose ) )

0 comments on commit 53df586

Please sign in to comment.