diff options
-rwxr-xr-x | bin/runtest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest index 330eb7d..a8ae9fe 100755 --- a/bin/runtest +++ b/bin/runtest @@ -293,6 +293,12 @@ RUNSNAPTEST() SNAPCMD_OPT="$SNAPCMD_OPT $1 $2" shift ;; + op-snapshot) + # option for snapshot + shift + SNAPCMD_OPT="$SNAPCMD_OPT $1" + shift + ;; setenv) # set environment variable shift @@ -390,6 +396,7 @@ RUNSNAPTEST() # -n32 -n32 mode. Apply to 64/32 bit OS such as IRIX64. # parallel parallel mode. # op-configure <option> configure option +# op-snapshot <option> snapshot option # --* configure option # setenv <name> <value> set environment variable <name> to <value> # skip skip this test |