summaryrefslogtreecommitdiff
path: root/pytests
diff options
context:
space:
mode:
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 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://{}"