diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/runtest | 5 |
1 files changed, 5 insertions, 0 deletions
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 |