X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=validate;h=20436d3ade57fcf453145aaa2e73ccc13e79edd1;hb=73c6eb2f63475c9b2fa53d9d31d4862a46d5be48;hp=b1491c2a031412d36a0c05b9af7a6e4528585f8f;hpb=81553ffb241972290b4ea846c9fa73d9bfcb015b;p=ghc-hetmet.git 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