SERVER-116476 add missing function in bazel wrapper (#46161)

GitOrigin-RevId: 1e421d87501343705c657cd2103aa27e1b71c275
This commit is contained in:
Daniel Moody 2026-01-09 15:44:43 -06:00 committed by MongoDB Bot
parent 309fd5681e
commit ffb0a3b229

View File

@ -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