From 8f19c926c0d5231ede61a831050664103e54000e Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Wed, 2 Aug 2017 18:03:19 -0400 Subject: Run tests only once on FreeBSD due to Travis timeout --- other/travis/toxcore-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/travis/toxcore-script') 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 RUN $MAKE -C$BUILD_DIR -j$NPROC -k install if $RUN_TESTS; then - TESTS $MAX_TEST_RETRIES make -C$BUILD_DIR -j$NPROC test ARGS="--rerun-failed" + TESTS $MAX_TEST_RETRIES $MAKE -C$BUILD_DIR -j$NPROC test ARGS="--rerun-failed" CTEST_OUTPUT_ON_FAILURE="$CTEST_OUTPUT_ON_FAILURE" fi -- cgit v1.2.3