summaryrefslogtreecommitdiffstats
path: root/bin/runtest
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-08-21 23:42:50 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-08-21 23:42:50 (GMT)
commit43ae12047122787c60f1129a5efcc2713873c127 (patch)
tree1240a47f6701286ea29b0ee39fb3ef96b88ca799 /bin/runtest
parent28f555604c12561c4bbde4c83283c6651638ce6b (diff)
downloadhdf5-43ae12047122787c60f1129a5efcc2713873c127.zip
hdf5-43ae12047122787c60f1129a5efcc2713873c127.tar.gz
hdf5-43ae12047122787c60f1129a5efcc2713873c127.tar.bz2
[svn-r7388] Purpose:
new feature Description: Added a new test option of op-snapshot <option> snapshot option This allows snapshot.cfg to tell runtest to run snapshot with a special option. Platforms tested: Not h5committest because it is outside of its scope. Tested by hand. Misc. update:
Diffstat (limited to 'bin/runtest')
-rwxr-xr-xbin/runtest7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest
index 330eb7d..a8ae9fe 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -293,6 +293,12 @@ RUNSNAPTEST()
SNAPCMD_OPT="$SNAPCMD_OPT $1 $2"
shift
;;
+ op-snapshot)
+ # option for snapshot
+ shift
+ SNAPCMD_OPT="$SNAPCMD_OPT $1"
+ shift
+ ;;
setenv)
# set environment variable
shift
@@ -390,6 +396,7 @@ RUNSNAPTEST()
# -n32 -n32 mode. Apply to 64/32 bit OS such as IRIX64.
# parallel parallel mode.
# op-configure <option> configure option
+# op-snapshot <option> snapshot option
# --* configure option
# setenv <name> <value> set environment variable <name> to <value>
# skip skip this test