From 637d7f4ce1a4a5857be7cadd6924238732f75245 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 6 Feb 2001 12:48:21 -0500 Subject: [svn-r3369] Purpose: Bug fix (feature) Description: It did not recognize the op-configure keyword as a possible type of test. Solution: Added the feature to handle op-configure. Platforms tested: Linux, freebsd. --- bin/runtest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/runtest b/bin/runtest index c582b25..3aef6e2 100755 --- a/bin/runtest +++ b/bin/runtest @@ -220,6 +220,11 @@ RUNSNAPTEST() standard) # standard test shift ;; + op-configure) + # option for configure + SNAPCMD_OPT="$SNAPCMD_OPT $1 $2" + shift; shift + ;; *) # unknown test echo "$0: unknown type of test ($1)" retcode=1 -- cgit v0.12