Use CLEANUP=1 when running the testsuite from validate
authorIan Lynagh <igloo@earth.li>
Sun, 22 Jul 2007 12:54:31 +0000 (12:54 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 22 Jul 2007 12:54:31 +0000 (12:54 +0000)
validate

index 3f07403..6ba8901 100644 (file)
--- 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 "-------------------------------------------------------------------"