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 e8d31d4e..4f5a58ea 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -38,5 +38,5 @@ export CTEST_OUTPUT_ON_FAILURE=1
38 38
39RUN $MAKE -C$BUILD_DIR -j$NPROC -k install 39RUN $MAKE -C$BUILD_DIR -j$NPROC -k install
40if $RUN_TESTS; then 40if $RUN_TESTS; then
41 TESTS $MAX_TEST_RETRIES make -C$BUILD_DIR -j$NPROC test ARGS="--rerun-failed" 41 TESTS $MAX_TEST_RETRIES $MAKE -C$BUILD_DIR -j$NPROC test ARGS="--rerun-failed" CTEST_OUTPUT_ON_FAILURE="$CTEST_OUTPUT_ON_FAILURE"
42fi 42fi