mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r9692] Purpose:
feature. Description: Added the configure feature of deploy. Platforms tested: Hand tested in heping.
This commit is contained in:
parent
bf9c37e071
commit
e793077523
@ -336,6 +336,11 @@ RUNSNAPTEST()
|
||||
shift
|
||||
SRCDIRNAME=$1
|
||||
;;
|
||||
deploy)
|
||||
# deploy the built binary.
|
||||
shift
|
||||
SNAPCMD_OPT="$SNAPCMD_OPT deploy $1"
|
||||
;;
|
||||
*) # unknown test
|
||||
PRINT "$0: unknown type of test ($1)"
|
||||
retcode=1
|
||||
@ -414,6 +419,7 @@ RUNSNAPTEST()
|
||||
# Pass along to snapshot.
|
||||
# skip skip this test
|
||||
# srcdirname <name> use <name> as the build-directory.
|
||||
# deploy <name> deploy the built binary at directory <name>.
|
||||
SNAPTEST_CONFIG_PARSE()
|
||||
{
|
||||
while read x y ; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user