From fa1f23fb0472cccfa9a4500fba557697153a8dc4 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 3 Dec 2024 19:50:47 -0600 Subject: [PATCH] PYTHON-5001 Fix import time check --- .evergreen/run-import-time-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.evergreen/run-import-time-test.sh b/.evergreen/run-import-time-test.sh index 2b17f5ffeb..e9f6161bcc 100755 --- a/.evergreen/run-import-time-test.sh +++ b/.evergreen/run-import-time-test.sh @@ -25,9 +25,9 @@ function get_import_time() { } get_import_time $HEAD_SHA -git stash +git stash || true git checkout $BASE_SHA get_import_time $BASE_SHA git checkout $HEAD_SHA -git stash apply +git stash apply || true python tools/compare_import_time.py $HEAD_SHA $BASE_SHA