summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ccc6640)
raw | patch | inline | side by side (parent: ccc6640)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 10 Oct 2014 11:12:07 +0000 (13:12 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 10 Oct 2014 11:12:07 +0000 (13:12 +0200) |
t/cibuild.sh | patch | blob | history |
diff --git a/t/cibuild.sh b/t/cibuild.sh
index 9e21eb2b1fe15a75eb6fbe08f4f613b0cd110830..bb863c6f35d68383c2e765b66953fca5ebb8b608 100755 (executable)
--- a/t/cibuild.sh
+++ b/t/cibuild.sh
# skip regular tests
;;
*)
- make test TESTS_ENVIRONMENT="./testwrapper.sh"
+ make -j10 test TESTS_ENVIRONMENT="./testwrapper.sh"
;;
esac