diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-18 22:47:40 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-18 22:47:40 (GMT) |
commit | a6ef1a28a1378690c61c8206d0c278b73b14901e (patch) | |
tree | 6ebd1f693b8b5175dac4d15df250a6bcd3e967ca | |
parent | d8afac83ca7c594fa6dddbd9bf5a0cb6b1584ad9 (diff) | |
download | hdf5-a6ef1a28a1378690c61c8206d0c278b73b14901e.zip hdf5-a6ef1a28a1378690c61c8206d0c278b73b14901e.tar.gz hdf5-a6ef1a28a1378690c61c8206d0c278b73b14901e.tar.bz2 |
[svn-r9693] Purpose:
feature.
Description:
Added the configure feature of deploy.
Platforms tested:
Hand tested in heping.
-rwxr-xr-x | bin/runtest | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest index 4848f17..1389845 100755 --- a/bin/runtest +++ b/bin/runtest @@ -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 |