mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r7958] Purpose:
Just trivial editing of comments. Platforms tested: Eyeballed since the changes are all trivial and involved comments only. Misc. update:
This commit is contained in:
parent
baf1da6e4b
commit
faa4216e99
10
bin/runtest
10
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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user