diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-12-16 21:34:24 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-12-16 21:34:24 (GMT) |
commit | b7ede363d42ce1e6cc26e2720ad7d02dd715edc0 (patch) | |
tree | d4f05d8a396ac90c0b56c82cae680dee495ec82b /bin/runtest | |
parent | e5a200f939117910454cb16b0112577b8ad9ea0d (diff) | |
download | hdf5-b7ede363d42ce1e6cc26e2720ad7d02dd715edc0.zip hdf5-b7ede363d42ce1e6cc26e2720ad7d02dd715edc0.tar.gz hdf5-b7ede363d42ce1e6cc26e2720ad7d02dd715edc0.tar.bz2 |
[svn-r7964] Purpose:
feature
Description:
Added the ability to handle srcdirname as the build-directory.
Platforms tested:
No h5comittest but tested in LANL QSC machine.
Diffstat (limited to 'bin/runtest')
-rwxr-xr-x | bin/runtest | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest index b0b27f5..edbdf22 100755 --- a/bin/runtest +++ b/bin/runtest @@ -332,6 +332,10 @@ RUNSNAPTEST() # skip this test skiptest=yes ;; + srcdirname) + shift + SRCDIRNAME=$1 + ;; *) # unknown test PRINT "$0: unknown type of test ($1)" retcode=1 @@ -407,6 +411,7 @@ RUNSNAPTEST() # set environment variable with <N> values # e.g., setenvN 3 x a b c is same as setenv x="a b c". # skip skip this test +# srcdirname <name> use <name> as the build-directory. SNAPTEST_CONFIG_PARSE() { while read x y ; do |