summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-06-11 15:54:56 +0000
committerIan Lynagh <igloo@earth.li>2008-06-11 15:54:56 +0000
commit4f53271d1d97abae819dbe3c7ff63b19749505cf (patch)
tree6150564515399932967586a8993e6a26c8f2a58f /validate
parent1eb76d715ef78e2576ad8daa8dd981d23e6c51ed (diff)
downloadhaskell-4f53271d1d97abae819dbe3c7ff63b19749505cf.tar.gz
Tell the testsuite how many threads we want it to use when validating
Diffstat (limited to 'validate')
-rw-r--r--validate3
1 files changed, 1 insertions, 2 deletions
diff --git a/validate b/validate
index 8f0f543893..b2c6771039 100644
--- a/validate
+++ b/validate
@@ -54,8 +54,7 @@ sh boot
make Validating=YES -j$threads
fi # testsuite-only
-# ToDo: use THREADS=$threads, see #1558
-make Validating=YES -C testsuite/tests/ghc-regress fast stage=2 CLEANUP=1 2>&1 | tee testlog
+make Validating=YES -C testsuite/tests/ghc-regress fast stage=2 CLEANUP=1 THREADS=$threads 2>&1 | tee testlog
echo "-------------------------------------------------------------------"
if