summaryrefslogtreecommitdiff
path: root/pytests
diff options
context:
space:
mode:
authorvrachev <vlad.rachev@mongodb.com>2020-04-15 13:22:09 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-01 13:47:49 +0000
commit6bb97ee97405a710dd616fc572e0fa33cb29fe48 (patch)
tree11ce7c59601afa0269969ef1e1d20cd87d7010eb /pytests
parent7fd3c03c548d0febfa1e871e16d638513c417c79 (diff)
downloadmongo-6bb97ee97405a710dd616fc572e0fa33cb29fe48.tar.gz
SERVER-46769 Migrate from optparse to argparse
Diffstat (limited to 'pytests')
-rwxr-xr-xpytests/powertest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytests/powertest.py b/pytests/powertest.py
index 32c6cbe551a..24b826e8963 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://{}"