X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=validate;h=d4969ef4e5ab4321ff582ec5e2012190f76c48fc;hb=1c8e62f6c68882f65140e3ed3049ac626cf3cb61;hp=b1491c2a031412d36a0c05b9af7a6e4528585f8f;hpb=81553ffb241972290b4ea846c9fa73d9bfcb015b;p=ghc-hetmet.git diff --git a/validate b/validate index b1491c2..d4969ef 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 +# --testuite-only: don't build the compiler, just run +# the test suite + set -e no_clean=0