diff --git a/commit-tests.sh b/commit-tests.sh index a1879f707..c9aff4d51 100755 --- a/commit-tests.sh +++ b/commit-tests.sh @@ -5,7 +5,7 @@ # make sure current config is ok echo -e "\n\nTesting current config...\n\n" -make test; +make -j 8 test; RESULT=$? [ $RESULT -ne 0 ] && echo -e "\n\nCurrent config make test failed" && exit 1