We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac4014 commit c850ffeCopy full SHA for c850ffe
build-cmd.sh
@@ -64,7 +64,7 @@ case "$AUTOBUILD_PLATFORM" in
64
65
# conditionally run unit tests
66
if [ "${DISABLE_UNIT_TESTS:-0}" = "0" ]; then
67
- ctest --test-dir . -C Debug
+ ctest --test-dir . -C Debug --rerun-failed --output-on-failure
68
cat Testing/Temporary/LastTest.log
69
fi
70
@@ -83,7 +83,7 @@ case "$AUTOBUILD_PLATFORM" in
83
84
85
86
- ctest --test-dir . -C Release
+ ctest --test-dir . -C Release --rerun-failed --output-on-failure
87
88
89
0 commit comments