Skip to content

Commit c850ffe

Browse files
authored
e
1 parent 3ac4014 commit c850ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-cmd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ case "$AUTOBUILD_PLATFORM" in
6464

6565
# conditionally run unit tests
6666
if [ "${DISABLE_UNIT_TESTS:-0}" = "0" ]; then
67-
ctest --test-dir . -C Debug
67+
ctest --test-dir . -C Debug --rerun-failed --output-on-failure
6868
cat Testing/Temporary/LastTest.log
6969
fi
7070

@@ -83,7 +83,7 @@ case "$AUTOBUILD_PLATFORM" in
8383

8484
# conditionally run unit tests
8585
if [ "${DISABLE_UNIT_TESTS:-0}" = "0" ]; then
86-
ctest --test-dir . -C Release
86+
ctest --test-dir . -C Release --rerun-failed --output-on-failure
8787
cat Testing/Temporary/LastTest.log
8888
fi
8989

0 commit comments

Comments
 (0)