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:56 +0000 |
commit | 9227199e1c480ff3a052954575eaa7b317e352e5 (patch) | |
tree | 4a7ab9593c69e5c90e7ec9fa4372dd58bea54c7d /pytests | |
parent | 3684f6c9461b89d9ff63a163b32b6e317fb80dd1 (diff) | |
download | mongo-9227199e1c480ff3a052954575eaa7b317e352e5.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://{}" |