Add comments explaining flags
authorsimonpj@microsoft.com <unknown>
Thu, 28 Feb 2008 08:29:35 +0000 (08:29 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 28 Feb 2008 08:29:35 +0000 (08:29 +0000)
validate

index b1491c2..d4969ef 100644 (file)
--- 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