Code

t/cibuild.sh: Use 'make -j10' to run tests in parallel.
authorSebastian Harl <sh@tokkee.org>
Fri, 10 Oct 2014 11:12:07 +0000 (13:12 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 10 Oct 2014 11:12:07 +0000 (13:12 +0200)
t/cibuild.sh

index 9e21eb2b1fe15a75eb6fbe08f4f613b0cd110830..bb863c6f35d68383c2e765b66953fca5ebb8b608 100755 (executable)
@@ -17,7 +17,7 @@ case "$CICFLAGS" in
                # skip regular tests
                ;;
        *)
-               make test TESTS_ENVIRONMENT="./testwrapper.sh"
+               make -j10 test TESTS_ENVIRONMENT="./testwrapper.sh"
                ;;
 esac