Skip to content

Commit c0561ff

Browse files
committed
fix requireApiVersion handling
1 parent b9eb37f commit c0561ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.evergreen/generated_configs/functions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ functions:
158158
- NO_EXT
159159
- COMPRESSORS
160160
- MONGODB_API_VERSION
161+
- REQUIRE_API_VERSION
161162
- DEBUG_LOG
162163
- ORCHESTRATION_FILE
163164
- OCSP_SERVER_TYPE

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,7 @@ def create_run_tests_func():
11831183
"NO_EXT",
11841184
"COMPRESSORS",
11851185
"MONGODB_API_VERSION",
1186+
"REQUIRE_API_VERSION",
11861187
"DEBUG_LOG",
11871188
"ORCHESTRATION_FILE",
11881189
"OCSP_SERVER_TYPE",

0 commit comments

Comments
 (0)