summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-12-18 22:47:29 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-12-18 22:47:29 (GMT)
commite793077523917ba58eb138b5369ae7dc19d84ba1 (patch)
treefd78792cce00607d01b90d35ee2504e272471519
parentbf9c37e0714ba36809c11c9f1ee2313ee2f0c30a (diff)
downloadhdf5-e793077523917ba58eb138b5369ae7dc19d84ba1.zip
hdf5-e793077523917ba58eb138b5369ae7dc19d84ba1.tar.gz
hdf5-e793077523917ba58eb138b5369ae7dc19d84ba1.tar.bz2
[svn-r9692] Purpose:
feature. Description: Added the configure feature of deploy. Platforms tested: Hand tested in heping.
-rwxr-xr-xbin/runtest6
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