From f603e3e1de11b9f2d9e81855a5afc353b3955e8d Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Fri, 20 Oct 2017 14:10:12 +0200 Subject: [PATCH] STYLE: pass through -test argument --- tutorials/Allrun | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/Allrun b/tutorials/Allrun index bf468c143e..0a731b3fc9 100755 --- a/tutorials/Allrun +++ b/tutorials/Allrun @@ -63,6 +63,9 @@ do -collect) optCollectOnly=true ;; + -test) # Known options that should be passed through + break + ;; -*) usage "unknown option: $1" ;;