diff options
author | Maxim Biro <nurupo.contributions@gmail.com> | 2017-08-02 18:03:19 -0400 |
---|---|---|
committer | Maxim Biro <nurupo.contributions@gmail.com> | 2017-08-22 04:10:45 -0400 |
commit | 8f19c926c0d5231ede61a831050664103e54000e (patch) | |
tree | 07376b2b600396515af8698c3b831f55ee1143d0 /other/travis/toxcore-script | |
parent | bd47ae56efe072673735a5dab2d5363e5265e047 (diff) |
Run tests only once on FreeBSD due to Travis timeout
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-x | other/travis/toxcore-script | 2 |
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 | ||
39 | RUN $MAKE -C$BUILD_DIR -j$NPROC -k install | 39 | RUN $MAKE -C$BUILD_DIR -j$NPROC -k install |
40 | if $RUN_TESTS; then | 40 | if $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" |
42 | fi | 42 | fi |