summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpytests/powertest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytests/powertest.py b/pytests/powertest.py
index 24b826e8963..5670197c720 100755
--- a/pytests/powertest.py
+++ b/pytests/powertest.py
@@ -1708,7 +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"
+ " run"
" --mongo {}"
" --suites {}"
" --shellConnString mongodb://{}"