You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/test_runner.py
+10-14Lines changed: 10 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ def main():
222
222
parser.add_argument('--help', '-h', '-?', action='store_true', help='print help text and exit')
223
223
parser.add_argument('--jobs', '-j', type=int, default=4, help='how many test scripts to run in parallel. Default=4.')
224
224
parser.add_argument('--keepcache', '-k', action='store_true', help='the default behavior is to flush the cache directory on startup. --keepcache retains the cache from the previous testrun.')
225
-
parser.add_argument('--quiet', '-q', action='store_true', help='only print results summary and failure logs')
0 commit comments