Skip to content

Commit

Permalink
ci: Provide more information on test failure
Browse files Browse the repository at this point in the history
Tell CMake/CTest to print the output of failed tests.
  • Loading branch information
LukasWoodtli committed Jul 10, 2024
1 parent e0e1fbd commit 4f29528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ function run_build() {
}

function run_tests() {
export CTEST_OUTPUT_ON_FAILURE=ON

echo "Default test run"
cmake --build build-wakaama --target test

Expand Down

0 comments on commit 4f29528

Please sign in to comment.