Browse Source

spec: Enable passing -g to test.py

Cheng Zhao 7 years ago
parent
commit
d166d08dd5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      script/test.py

+ 3 - 0
script/test.py

@@ -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')