Skip to content

Commit

Permalink
ctest with --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Oct 2, 2022
1 parent 4bd7842 commit a3dd7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run-cmake-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build_and_test() {
message "build $NAME"
echodo cmake --build . $CONFIG_OPT
message "test $NAME"
if ! echodo ctest --output-on-failure $BUILD_CONFIG_OPT; then
if ! echodo ctest --verbose $BUILD_CONFIG_OPT; then
cat test/debug.log
exit 1
fi
Expand Down

0 comments on commit a3dd7a7

Please sign in to comment.