summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-10-09 20:31:25 +0000
committerIan Lynagh <igloo@earth.li>2009-10-09 20:31:25 +0000
commit9347ce0f49a584fd87f9048d95972137b2c225ff (patch)
treeca83d75e7605fe57224064dfe7a27673e4647578 /validate
parente454ee6b88366fbaf9861dcb483417a9a574cec2 (diff)
downloadhaskell-9347ce0f49a584fd87f9048d95972137b2c225ff.tar.gz
When validating, run the testsuite with the bindisttest compiler
Diffstat (limited to 'validate')
-rw-r--r--validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 23772c536a..741daacecb 100644
--- a/validate
+++ b/validate
@@ -87,7 +87,7 @@ then
rm -f $HPCTIXFILE
fi
-make -C testsuite/tests/ghc-regress fast stage=2 CLEANUP=1 THREADS=$threads 2>&1 | tee testlog
+make -C testsuite/tests/ghc-regress fast stage=2 CLEANUP=1 BINDIST=YES THREADS=$threads 2>&1 | tee testlog
if [ "$hpc" = YES ]
then