summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-script
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-19 00:31:19 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-19 12:35:22 +0000
commita74ab7cd1ae78a87dd410813ec1d2d6e78b5d8c3 (patch)
tree37888bc9aa0029365cfd72f7b2cb85b7e66eaedb /other/travis/toxcore-script
parent8f96ca6d860ee6d2fb9a502b0e931b461edb3919 (diff)
Make Travis tests slightly more robust by re-running them.
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 c6c0dd41..3b8b5eb4 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 make -C$BUILD_DIR -j$NPROC test 41 TESTS make -C$BUILD_DIR -j$NPROC test ARGS="--rerun-failed"
42fi 42fi