From 9347ce0f49a584fd87f9048d95972137b2c225ff Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 9 Oct 2009 20:31:25 +0000 Subject: [PATCH] When validating, run the testsuite with the bindisttest compiler --- validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate b/validate index 23772c5..741daac 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 -- 1.7.10.4