diff options
Diffstat (limited to 'pytests')
-rwxr-xr-x | pytests/powertest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytests/powertest.py b/pytests/powertest.py index a976ae02df9..8ac3740a240 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://{}" |