From: Sebastian Harl Date: Fri, 10 Oct 2014 11:12:07 +0000 (+0200) Subject: t/cibuild.sh: Use 'make -j10' to run tests in parallel. X-Git-Tag: sysdb-0.6.0~125 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=2a56e7b77a8f536fad4bb206af267cebe0ded480 t/cibuild.sh: Use 'make -j10' to run tests in parallel. --- diff --git a/t/cibuild.sh b/t/cibuild.sh index 9e21eb2..bb863c6 100755 --- a/t/cibuild.sh +++ b/t/cibuild.sh @@ -17,7 +17,7 @@ case "$CICFLAGS" in # skip regular tests ;; *) - make test TESTS_ENVIRONMENT="./testwrapper.sh" + make -j10 test TESTS_ENVIRONMENT="./testwrapper.sh" ;; esac