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