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 ;;