Skip to content

Commit 3dedba5

Browse files
authored
c
1 parent 6b42804 commit 3dedba5

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 -rerun-failed --output-on-failure
67+
ctest --test-dir . -C Debug
6868
fi
6969

7070
cp $stage/debug/bin/*.dll $stage/lib/debug/
@@ -82,7 +82,7 @@ case "$AUTOBUILD_PLATFORM" in
8282

8383
# conditionally run unit tests
8484
if [ "${DISABLE_UNIT_TESTS:-0}" = "0" ]; then
85-
ctest --test-dir . -C Release -rerun-failed --output-on-failure
85+
ctest --test-dir . -C Release
8686
fi
8787

8888
cp $stage/release/bin/*.dll $stage/lib/release/

0 commit comments

Comments
 (0)