summaryrefslogtreecommitdiff
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:07:20 +0000
commit93a99e45f5e13dcb3030cb03994c1875dd5d93df (patch)
tree4c72c54b139511babb87154f19719a2d7cb25033
parent94e95fe7501e3c3b09f1e63592ba9557a3dc66c9 (diff)
downloadmongo-93a99e45f5e13dcb3030cb03994c1875dd5d93df.tar.gz
SERVER-47940 Add space between resmoke.py and run in powertest
-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://{}"