diff options
author | Ian Lynagh <igloo@earth.li> | 2007-07-22 12:54:31 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-07-22 12:54:31 +0000 |
commit | e1c1b8bcbeb8750da1ab88a3b0b841e5a39110bc (patch) | |
tree | 31c25e1c590cf63ffa28f1e5205f3ec8adb9107c /validate | |
parent | 92d9c522010a96acc86f2543163e3c36f1def3fc (diff) | |
download | haskell-e1c1b8bcbeb8750da1ab88a3b0b841e5a39110bc.tar.gz |
Use CLEANUP=1 when running the testsuite from validate
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "-------------------------------------------------------------------" |