parallel tests

This commit is contained in:
Jay Lee
2019-09-27 18:59:52 -04:00
parent f3b34bea26
commit 8360019080

View File

@@ -61,7 +61,7 @@ else
echo "running configure with safe and unsafe" echo "running configure with safe and unsafe"
./configure $safe_flags $unsafe_flags > /dev/null ./configure $safe_flags $unsafe_flags > /dev/null
fi fi
make -j$cpucount -s make -j$cpucount PROFILE_TASK="-m test.regrtest --pgo -j$cpucount" -s
RESULT=$? RESULT=$?
echo "First make exited with $RESULT" echo "First make exited with $RESULT"
if [ $RESULT != 0 ]; then if [ $RESULT != 0 ]; then