From 83600190809aee1f50b4b08126a1635716a46364 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 27 Sep 2019 18:59:52 -0400 Subject: [PATCH] parallel tests --- src/travis/linux-x86_64-before-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/travis/linux-x86_64-before-install.sh b/src/travis/linux-x86_64-before-install.sh index 6c323d45..04f9c192 100755 --- a/src/travis/linux-x86_64-before-install.sh +++ b/src/travis/linux-x86_64-before-install.sh @@ -61,7 +61,7 @@ else echo "running configure with safe and unsafe" ./configure $safe_flags $unsafe_flags > /dev/null fi - make -j$cpucount -s + make -j$cpucount PROFILE_TASK="-m test.regrtest --pgo -j$cpucount" -s RESULT=$? echo "First make exited with $RESULT" if [ $RESULT != 0 ]; then