summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-xother/travis/toxcore-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script
index 82c39ce9..65c4c7b5 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -40,5 +40,5 @@ export CTEST_OUTPUT_ON_FAILURE=1
40 40
41RUN $MAKE -C$BUILD_DIR -j$NPROC -k install 41RUN $MAKE -C$BUILD_DIR -j$NPROC -k install
42if $RUN_TESTS; then 42if $RUN_TESTS; then
43 TESTS $MAX_TEST_RETRIES $MAKE -C$BUILD_DIR -j$NPROC test ARGS="--rerun-failed" CTEST_OUTPUT_ON_FAILURE="$CTEST_OUTPUT_ON_FAILURE" 43 TESTS $MAX_TEST_RETRIES $MAKE -C$BUILD_DIR -j$NPROC test ARGS="-j50 --rerun-failed" CTEST_OUTPUT_ON_FAILURE="$CTEST_OUTPUT_ON_FAILURE"
44fi 44fi