Skip to content

Commit 82016e2

Browse files
committed
add IS_WIN32 support
1 parent 5f842c4 commit 82016e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.evergreen/generated_configs/functions.yml

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ functions:
162162
- ORCHESTRATION_FILE
163163
- OCSP_SERVER_TYPE
164164
- VERSION
165+
- IS_WIN32
165166
- REQUIRE_FIPS
166167
type: test
167168
- command: subprocess.exec

.evergreen/scripts/generate_config.py

+1
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ def create_run_tests_func():
11771177
"ORCHESTRATION_FILE",
11781178
"OCSP_SERVER_TYPE",
11791179
"VERSION",
1180+
"IS_WIN32",
11801181
"REQUIRE_FIPS",
11811182
]
11821183
args = [".evergreen/just.sh", "setup-tests", "${TEST_NAME}", "${SUB_TEST_NAME}"]

0 commit comments

Comments
 (0)