Added aliases for --tests-from-group

This commit is contained in:
Michael Boelen 2016-08-18 22:00:05 +02:00
parent d3e1a7652b
commit b01c801a39
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@
;; ;;
# Scan one or more tests from just on group # 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 shift
TEST_GROUP_TO_CHECK=$1 TEST_GROUP_TO_CHECK=$1
;; ;;