summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2022-10-11 11:52:50 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-19 19:44:17 +0000
commit9b56106d0d79a21d2d1620e60c9dd340c7544d14 (patch)
treee90ce85e56193eff9febe091d1f6478b3dcf1a0a
parent564094477888a2907523a630e22af054d1656209 (diff)
downloadmongo-9b56106d0d79a21d2d1620e60c9dd340c7544d14.tar.gz
SERVER-70469 Use virtual env python in watchdog tests
(cherry picked from commit 669ac94492976eff25d9cac17c43178a9b1a7ebd)
-rw-r--r--jstests/watchdog/lib/charybdefs_lib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/watchdog/lib/charybdefs_lib.js b/jstests/watchdog/lib/charybdefs_lib.js
index bd0d7440e0d..b756a8bdc72 100644
--- a/jstests/watchdog/lib/charybdefs_lib.js
+++ b/jstests/watchdog/lib/charybdefs_lib.js
@@ -9,7 +9,7 @@ const EXIT_WATCHDOG = 61;
function CharybdefsControl(test_name) {
'use strict';
- const python = "/opt/mongodbtoolchain/v3/bin/python3";
+ const python = "python";
let control_py = "/data/charybdefs/mongo/control.py";
// Use the minimum watchdog period