summaryrefslogtreecommitdiff
path: root/pytests
diff options
context:
space:
mode:
authorJamie Heppenstall <jamie.heppenstall@mongodb.com>2020-04-14 20:01:29 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-17 17:10:43 +0000
commit5c53fe70e2d6e70b56b3f6a161a74a63d7490cdc (patch)
treee28fcc864b9d9df215a3cd8474422cb8f4b145fa /pytests
parent8fa3fd63e5338dc7a0e1c156e74441e1c481fe10 (diff)
downloadmongo-5c53fe70e2d6e70b56b3f6a161a74a63d7490cdc.tar.gz
SERVER-44559 Enable WT debug table for powercycle tests
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 32c6cbe551a..18254c9a688 100755
--- a/pytests/powertest.py
+++ b/pytests/powertest.py
@@ -1960,7 +1960,7 @@ Examples:
" SERVER-15109).", action="store_true", default=False)
# Client options
- mongo_path = distutils.spawn.find_executable("mongo",
+ mongo_path = distutils.spawn.find_executable("dist-test/bin/mongo",
os.getcwd() + os.pathsep + os.environ["PATH"])
client_options.add_option(
"--mongoPath", dest="mongo_path",