From 7a7b51abb3b3d9f65670700237ee301a8752a0c5 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 28 Feb 2008 08:29:35 +0000 Subject: [PATCH] Add comments explaining flags --- validate | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.7.10.4