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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@ def main():
163
163
parser.add_argument('--force', '-f', action='store_true', help='run tests even on platforms where they are disabled by default (e.g. windows).')
164
164
parser.add_argument('--help', '-h', '-?', action='store_true', help='print help text and exit')
165
165
parser.add_argument('--jobs', '-j', type=int, default=4, help='how many test scripts to run in parallel. Default=4.')
166
+
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.')
166
167
parser.add_argument('--quiet', '-q', action='store_true', help='only print results summary and failure logs')
167
168
parser.add_argument('--nozmq', action='store_true', help='do not run the zmq tests')
0 commit comments