[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:
This commit is contained in:
HDF Admin 2003-08-21 18:42:50 -05:00
parent 28f555604c
commit 43ae120471

View File

@ -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