diff options
author | vrachev <vlad.rachev@mongodb.com> | 2020-04-15 13:22:09 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-30 14:25:37 +0000 |
commit | 0db3c7f4fca9109e5ea4d1c3d5ae7f31c3b8d9a9 (patch) | |
tree | 7d4477d943eb75eed82b646fb9222e64378f10a1 /pytests | |
parent | cc3a19bcbd166e369086643810e2ac85e0d55889 (diff) | |
download | mongo-0db3c7f4fca9109e5ea4d1c3d5ae7f31c3b8d9a9.tar.gz |
SERVER-46769 Migrate from optparse to argparse
Diffstat (limited to 'pytests')
-rwxr-xr-x | pytests/powertest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytests/powertest.py b/pytests/powertest.py index 18254c9a688..a976ae02df9 100755 --- a/pytests/powertest.py +++ b/pytests/powertest.py @@ -1708,6 +1708,7 @@ def resmoke_client( # pylint: disable=too-many-arguments log_output = ">> {} 2>&1".format(log_file) if log_file else "" cmds = ("cd {}; " "python buildscripts/resmoke.py" + "run" " --mongo {}" " --suites {}" " --shellConnString mongodb://{}" |