X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=validate;h=4e2352b9cbc9d64376d1c3d00e987930f858abdf;hb=31a9d04804d9cacda35695c5397590516b964964;hp=5d0afb4d2b4c191cb55669788aa5942660eebcde;hpb=6d38e24ea3da7ca9b435e9b1e59b2de8fcd91da4;p=ghc-hetmet.git diff --git a/validate b/validate index 5d0afb4..4e2352b 100644 --- a/validate +++ b/validate @@ -48,7 +48,7 @@ done if [ "$CPUS" = "" ]; then threads=2 else - threads=`expr $CPUS + 1` + threads=$((($CPUS + 1) * 2)) # `expr $CPUS + 1` fi if [ $testsuite_only -eq 0 ]; then