From b01c801a39864f7859e879aeda3e699fe0263bfd Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 18 Aug 2016 22:00:05 +0200 Subject: [PATCH] Added aliases for --tests-from-group --- include/parameters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/parameters b/include/parameters index f40a8a8d..618b27e0 100644 --- a/include/parameters +++ b/include/parameters @@ -341,7 +341,7 @@ ;; # Scan one or more tests from just on group - --tests-from-group) + --tests-from-group | --tests-from-groups | --test-from-group | --test-from-group) shift TEST_GROUP_TO_CHECK=$1 ;;