diff options
author | simonpj@microsoft.com <unknown> | 2008-02-28 08:29:35 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2008-02-28 08:29:35 +0000 |
commit | 7a7b51abb3b3d9f65670700237ee301a8752a0c5 (patch) | |
tree | 9e25da347ca84b22854b4b50aa5916111097b057 | |
parent | 4226903dd2bd0a08e1b7e10547a57588e8371e78 (diff) | |
download | haskell-7a7b51abb3b3d9f65670700237ee301a8752a0c5.tar.gz |
Add comments explaining flags
-rw-r--r-- | validate | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |