[svn-r7965] Purpose:

feature

Description:
Added the ability to handle srcdirname as the build-directory.

Platforms tested:
No h5comittest but tested in LANL QSC machine.
This commit is contained in:
Albert Cheng 2003-12-16 16:34:24 -05:00
parent 04706dbdbe
commit 52a46001cb

View File

@ -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