Skip to content

Commit 2eb2862

Browse files
authored
Run ctest with --output-on-failure in test script (#7872)
Otherwise there's no debugging information in CI failures.
1 parent 91eba41 commit 2eb2862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_oss_cpp_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ report_coverage() {
6969

7070
run_ctest() {
7171
pushd cmake-out/
72-
ctest
72+
ctest --output-on-failure
7373
popd
7474
}
7575

0 commit comments

Comments
 (0)