summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-10-09 20:09:55 +0000
committerIan Lynagh <igloo@earth.li>2009-10-09 20:09:55 +0000
commite454ee6b88366fbaf9861dcb483417a9a574cec2 (patch)
treea886d7c06f48aa9bfeb543ebb708552878e28244 /validate
parentb3239bef5d0f99e914c48d59c05c38effaa7c563 (diff)
downloadhaskell-e454ee6b88366fbaf9861dcb483417a9a574cec2.tar.gz
Don't remake the bindist when validating with --testsuite-only
Diffstat (limited to 'validate')
-rw-r--r--validate7
1 files changed, 4 insertions, 3 deletions
diff --git a/validate b/validate
index a042664d30..23772c536a 100644
--- a/validate
+++ b/validate
@@ -71,6 +71,10 @@ thisdir=`utils/ghc-pwd/ghc-pwd`
echo "Validating=YES" > mk/are-validating.mk
make -j$threads ValidateHpc=$hpc ValidateSlow=$slow
+
+make binary-dist-prep
+make -C bindisttest TEST_PREP=YES
+
fi # testsuite-only
if [ "$hpc" = YES ]
@@ -83,9 +87,6 @@ then
rm -f $HPCTIXFILE
fi
-make binary-dist-prep
-make -C bindisttest TEST_PREP=YES
-
make -C testsuite/tests/ghc-regress fast stage=2 CLEANUP=1 THREADS=$threads 2>&1 | tee testlog
if [ "$hpc" = YES ]