diff options
Diffstat (limited to 'validation/test-suite')
| -rwxr-xr-x | validation/test-suite | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/validation/test-suite b/validation/test-suite index e1ab1e65..f79a9023 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -233,6 +233,7 @@ echo echo "options:" echo " -a|--abort Abort the tests as soon as one fails." echo " -q|--quiet Be extra quiet while running the tests." +echo " --args='...' Add these options to the test command." echo echo "commands:" echo " [file ...] Runs the test suite on the given file(s)." @@ -545,6 +546,9 @@ while [ "$#" -gt "0" ]; do -q|--quiet) vquiet=1 ;; + --args=*) + default_args="${1#--args=}"; + ;; single|--single) arg_file "$2" |
