We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9825b08 commit 4656eddCopy full SHA for 4656edd
.evergreen/scripts/setup-tests.py
@@ -242,7 +242,7 @@ def handle_test_env() -> None:
242
run_command(f"bash {DRIVERS_TOOLS}/.evergreen/csfle/start-servers.sh")
243
244
if is_set("TEST_CRYPT_SHARED"):
245
- CRYPT_SHARED_DIR = Path(os.environ["CRYPT_SHARED_LIB_PATH"]).parent.as_posix()
+ CRYPT_SHARED_DIR = Path(os.environ["CRYPT_SHARED_LIB_PATH"]).parent
246
LOGGER.info("Using crypt_shared_dir %s", CRYPT_SHARED_DIR)
247
DYLD_FALLBACK_LIBRARY_PATH = os.environ.get("DYLD_FALLBACK_LIBRARY_PATH", "")
248
LD_LIBRARY_PATH = os.environ.get("LD_LIBRARY_PATH", "")
0 commit comments