From 52a46001cbeeb902d0fe7779ddcbbf0da0907c15 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 16 Dec 2003 16:34:24 -0500 Subject: [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. --- bin/runtest | 5 +++++ 1 file changed, 5 insertions(+) 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 values # e.g., setenvN 3 x a b c is same as setenv x="a b c". # skip skip this test +# srcdirname use as the build-directory. SNAPTEST_CONFIG_PARSE() { while read x y ; do -- cgit v0.12