From faa4216e9927b52048505dc5f68fb860d6c5c6ae Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 15 Dec 2003 14:06:24 -0500 Subject: [svn-r7958] Purpose: Just trivial editing of comments. Platforms tested: Eyeballed since the changes are all trivial and involved comments only. Misc. update: --- bin/runtest | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/runtest b/bin/runtest index 63bc828..be959f0 100755 --- a/bin/runtest +++ b/bin/runtest @@ -542,20 +542,20 @@ while [ $# -gt 0 ]; do TESTHOST=-all ;; -nocvs) - # do not do cvs commands + # do not do cvs commands. NOCVS=nocvs ;; -nodiff) - # do not do diff commands + # do not do diff commands. NODIFF=nodiff ;; -configname) - # use as hostname in the parsing of the snaptest configure file + # use as hostname in the parsing of the snaptest configure file. shift CONFIGNAME=$1 ;; -setup) - # setup the directory structure for snapshot test + # setup the directory structure for snapshot test. CMD=setup ;; -*) # Unknow option @@ -720,7 +720,7 @@ if [ -z "$NODIFF" ]; then fi fi -# we can use the version of script in SNAPYARD/current now +# we can use the version of script in SNAPYARD/current now. # Don't do the diff any more. PROGNAME="$SNAPYARD/current/$PROGNAME -nodiff" -- cgit v0.12