From ffb0a3b2293af4e63f72dd2ca879afde5da6cdfa Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Fri, 9 Jan 2026 15:44:43 -0600 Subject: [PATCH] SERVER-116476 add missing function in bazel wrapper (#46161) GitOrigin-RevId: 1e421d87501343705c657cd2103aa27e1b71c275 --- tools/bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/bazel b/tools/bazel index 1c04e123d8f..7618048807e 100755 --- a/tools/bazel +++ b/tools/bazel @@ -198,6 +198,8 @@ if [[ "$SLOW_PATH" == "1" ]] && [[ -z "${MONGO_WRAPPER_OUTPUT_ALL}" ]]; then } trap 'print_summary' EXIT +else + cleanup_logfile() { :; } fi # find existing python installs