diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-24 05:55:16 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-24 05:55:16 (GMT) |
commit | a1fa6e2aff1e12c125eeb7ac151d4f6b304f7fd9 (patch) | |
tree | 26ecdbe4083986137dae6c89dd260c27f14e3f6a /bin/runtest | |
parent | 9d241be57f05f133edf360a87a83405edd160545 (diff) | |
download | hdf5-a1fa6e2aff1e12c125eeb7ac151d4f6b304f7fd9.zip hdf5-a1fa6e2aff1e12c125eeb7ac151d4f6b304f7fd9.tar.gz hdf5-a1fa6e2aff1e12c125eeb7ac151d4f6b304f7fd9.tar.bz2 |
[svn-r9716] Purpose:
Feature
Description:
Added the deploydir feature.
Platforms tested:
Hand tested.
Diffstat (limited to 'bin/runtest')
-rwxr-xr-x | bin/runtest | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest index 75e78dc..ba49faa 100755 --- a/bin/runtest +++ b/bin/runtest @@ -341,6 +341,11 @@ RUNSNAPTEST() shift SNAPCMD_OPT="$SNAPCMD_OPT deploy $1" ;; + deploydir) + # default directory for deployment. + shift + SNAPCMD_OPT="$SNAPCMD_OPT deploydir $1" + ;; *) # unknown test PRINT "$0: unknown type of test ($1)" retcode=1 @@ -420,6 +425,7 @@ RUNSNAPTEST() # skip skip this test # srcdirname <name> use <name> as the build-directory. # deploy <name> deploy the built binary at directory <name>. +# deploydir <name> use <name> as the default directory for deployment. SNAPTEST_CONFIG_PARSE() { while read x y ; do |