add multi job support to first precommit make test

pull/1/head
toddouska 2012-08-20 16:40:41 -07:00
parent f1ed3cefc4
commit e2ae36f149
1 changed files with 1 additions and 1 deletions

View File

@ -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