X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=validate;h=20436d3ade57fcf453145aaa2e73ccc13e79edd1;hp=b1491c2a031412d36a0c05b9af7a6e4528585f8f;hb=e4417dcd4679da9c6b18c02ff667199c572bed89;hpb=81553ffb241972290b4ea846c9fa73d9bfcb015b diff --git a/validate b/validate index b1491c2..20436d3 100644 --- a/validate +++ b/validate @@ -1,5 +1,11 @@ #!/bin/sh +# Flags: +# --no-clean: don't make clean first, just carry on from +# a previous interrupted validation run +# --testsuite-only: don't build the compiler, just run +# the test suite + set -e no_clean=0