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 20:57:28 +0000
commitb552566deab9930d4476af329dc6ddaa6946071a (patch)
tree46274eb35c88fc5c965c4336444efa96dfd63100 /pytests
parentc3fc5c001c49e6a8adfc422691ba67b9861e2126 (diff)
downloadmongo-b552566deab9930d4476af329dc6ddaa6946071a.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://{}"