diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-12-15 19:06:24 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-12-15 19:06:24 (GMT) |
commit | faa4216e9927b52048505dc5f68fb860d6c5c6ae (patch) | |
tree | d0d227de943e9524d22e212990c2c0b8bc9c9bf5 /bin | |
parent | baf1da6e4b97d596286a928c806d29104dcbe315 (diff) | |
download | hdf5-faa4216e9927b52048505dc5f68fb860d6c5c6ae.zip hdf5-faa4216e9927b52048505dc5f68fb860d6c5c6ae.tar.gz hdf5-faa4216e9927b52048505dc5f68fb860d6c5c6ae.tar.bz2 |
[svn-r7958] Purpose:
Just trivial editing of comments.
Platforms tested:
Eyeballed since the changes are all trivial and involved comments only.
Misc. update:
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/runtest | 10 |
1 files 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 <name> as hostname in the parsing of the snaptest configure file + # use <name> 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" |