spec: Enable passing -g to test.py

This commit is contained in:
Cheng Zhao 2017-08-02 14:45:06 +09:00
parent 4e2cb549c7
commit d166d08dd5

View file

@ -81,6 +81,9 @@ def parse_args():
help='Run tests in CI mode',
action='store_true',
required=False)
parser.add_argument('-g',
help='Filter',
required=False)
parser.add_argument('-v', '--verbose',
action='store_true',
help='Prints the output of the subprocesses')