diff options
author | Robert Guo <robert.guo@mongodb.com> | 2021-08-01 23:14:07 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-08-04 11:54:43 +0000 |
commit | e74e88defab5d9081e4e3d81bd2457b04c32af48 (patch) | |
tree | 48e7ad8fecfe8c7e1810c0dffd9c88ac853764ae /buildscripts/tests | |
parent | f0defdba5d5839e4cbfd3b0fa69fb8369419ded4 (diff) | |
download | mongo-e74e88defab5d9081e4e3d81bd2457b04c32af48.tar.gz |
SERVER-58126 Avoid symlinking downloaded binaries on Windows
Diffstat (limited to 'buildscripts/tests')
-rw-r--r-- | buildscripts/tests/resmokelib/setup_multiversion/test_setup_multiversion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/tests/resmokelib/setup_multiversion/test_setup_multiversion.py b/buildscripts/tests/resmokelib/setup_multiversion/test_setup_multiversion.py index 24786de4ac7..9365238172c 100644 --- a/buildscripts/tests/resmokelib/setup_multiversion/test_setup_multiversion.py +++ b/buildscripts/tests/resmokelib/setup_multiversion/test_setup_multiversion.py @@ -43,7 +43,7 @@ class TestSetupMultiversionBase(unittest.TestCase): install_dir="install", link_dir="link", edition=edition, - platform=platform, + mv_platform=platform, architecture=architecture, use_latest=False, versions=["4.2.1"], |