From e793077523917ba58eb138b5369ae7dc19d84ba1 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 18 Dec 2004 17:47:29 -0500 Subject: [svn-r9692] Purpose: feature. Description: Added the configure feature of deploy. Platforms tested: Hand tested in heping. --- bin/runtest | 6 ++++++ 1 file changed, 6 insertions(+) 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 use as the build-directory. +# deploy deploy the built binary at directory . SNAPTEST_CONFIG_PARSE() { while read x y ; do -- cgit v0.12