mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
spec: Enable passing -g to test.py
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user