Skip to content
Snippets Groups Projects
Commit f603e3e1 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: pass through -test argument

parent c792a9d7
Branches
Tags
No related merge requests found
......@@ -63,6 +63,9 @@ do
-collect)
optCollectOnly=true
;;
-test) # Known options that should be passed through
break
;;
-*)
usage "unknown option: $1"
;;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment