summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-07-22 12:54:31 +0000
committerIan Lynagh <igloo@earth.li>2007-07-22 12:54:31 +0000
commite1c1b8bcbeb8750da1ab88a3b0b841e5a39110bc (patch)
tree31c25e1c590cf63ffa28f1e5205f3ec8adb9107c /validate
parent92d9c522010a96acc86f2543163e3c36f1def3fc (diff)
downloadhaskell-e1c1b8bcbeb8750da1ab88a3b0b841e5a39110bc.tar.gz
Use CLEANUP=1 when running the testsuite from validate
Diffstat (limited to 'validate')
-rw-r--r--validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 3f07403341..6ba8901a82 100644
--- a/validate
+++ b/validate
@@ -22,7 +22,7 @@ sh boot
make -j2
-make -C testsuite/tests/ghc-regress fast stage=2 2>&1 | tee testlog
+make -C testsuite/tests/ghc-regress fast stage=2 CLEANUP=1 2>&1 | tee testlog
if grep '0 unexpected failures' testlog >/dev/null 2>/dev/null; then
echo "-------------------------------------------------------------------"