When validating, run the testsuite with the bindisttest compiler
authorIan Lynagh <igloo@earth.li>
Fri, 9 Oct 2009 20:31:25 +0000 (20:31 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 9 Oct 2009 20:31:25 +0000 (20:31 +0000)
validate

index 23772c5..741daac 100644 (file)
--- a/validate
+++ b/validate
@@ -87,7 +87,7 @@ then
     rm -f $HPCTIXFILE
 fi
 
     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
 
 if [ "$hpc" = YES ]
 then