Skip to content

Commit 4656edd

Browse files
committed
fix path on windows
1 parent 9825b08 commit 4656edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def handle_test_env() -> None:
242242
run_command(f"bash {DRIVERS_TOOLS}/.evergreen/csfle/start-servers.sh")
243243

244244
if is_set("TEST_CRYPT_SHARED"):
245-
CRYPT_SHARED_DIR = Path(os.environ["CRYPT_SHARED_LIB_PATH"]).parent.as_posix()
245+
CRYPT_SHARED_DIR = Path(os.environ["CRYPT_SHARED_LIB_PATH"]).parent
246246
LOGGER.info("Using crypt_shared_dir %s", CRYPT_SHARED_DIR)
247247
DYLD_FALLBACK_LIBRARY_PATH = os.environ.get("DYLD_FALLBACK_LIBRARY_PATH", "")
248248
LD_LIBRARY_PATH = os.environ.get("LD_LIBRARY_PATH", "")

0 commit comments

Comments
 (0)