diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-11 15:54:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-11 15:54:56 +0000 |
commit | 4f53271d1d97abae819dbe3c7ff63b19749505cf (patch) | |
tree | 6150564515399932967586a8993e6a26c8f2a58f /validate | |
parent | 1eb76d715ef78e2576ad8daa8dd981d23e6c51ed (diff) | |
download | haskell-4f53271d1d97abae819dbe3c7ff63b19749505cf.tar.gz |
Tell the testsuite how many threads we want it to use when validating
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |