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:41:15 +0000
commite9f84b6d1a47f4eb5dd8d66484654f7bc8ebd147 (patch)
treee0d863dcb1152dc44dba7290650324d0fec7861a
parent3bba6a207d06aa7470b33245dd008b137f75d303 (diff)
downloadmongo-e9f84b6d1a47f4eb5dd8d66484654f7bc8ebd147.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