summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ]