summaryrefslogtreecommitdiff
path: root/pytests
diff options
context:
space:
mode:
authorCarl Raiden Worley <carl.worley@10gen.com>2020-05-04 16:20:35 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-04 21:13:24 +0000
commit37dd62061cd41843646ab5b3eb91f29716117196 (patch)
treec360d4fdf44f1883106ad432b826debd6f955dcb /pytests
parentb1aecf648494599502306df8de08530e63e79f55 (diff)
downloadmongo-37dd62061cd41843646ab5b3eb91f29716117196.tar.gz
SERVER-47940 Add space between resmoke.py and run in powertest
Diffstat (limited to 'pytests')
-rwxr-xr-xpytests/powertest.py2
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://{}"