spec: Enable passing -g to test.py
This commit is contained in:
parent
4e2cb549c7
commit
d166d08dd5
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ def parse_args():
|
||||||
help='Run tests in CI mode',
|
help='Run tests in CI mode',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
required=False)
|
required=False)
|
||||||
|
parser.add_argument('-g',
|
||||||
|
help='Filter',
|
||||||
|
required=False)
|
||||||
parser.add_argument('-v', '--verbose',
|
parser.add_argument('-v', '--verbose',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Prints the output of the subprocesses')
|
help='Prints the output of the subprocesses')
|
||||||
|
|
Loading…
Reference in a new issue