summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2008-02-28 08:29:35 +0000
committersimonpj@microsoft.com <unknown>2008-02-28 08:29:35 +0000
commit7a7b51abb3b3d9f65670700237ee301a8752a0c5 (patch)
tree9e25da347ca84b22854b4b50aa5916111097b057
parent4226903dd2bd0a08e1b7e10547a57588e8371e78 (diff)
downloadhaskell-7a7b51abb3b3d9f65670700237ee301a8752a0c5.tar.gz
Add comments explaining flags
-rw-r--r--validate6
1 files changed, 6 insertions, 0 deletions
diff --git a/validate b/validate
index b1491c2a03..d4969ef4e5 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