mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
28f555604c
commit
43ae120471
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user