summaryrefslogtreecommitdiff
path: root/buildscripts/tests/resmokelib
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2021-08-19 11:26:38 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-23 10:37:48 +0000
commit9fbd37083621ef313636552da0045a2d2a2d8955 (patch)
tree6e72e9c5a679ecfec905aa15c25d119bbaf3c40e /buildscripts/tests/resmokelib
parent83972b91fc8c84f38217c36735cf0828888a774a (diff)
downloadmongo-9fbd37083621ef313636552da0045a2d2a2d8955.tar.gz
SERVER-55129 Archive python venv in archive_dist_test and fetch it
Diffstat (limited to 'buildscripts/tests/resmokelib')
-rw-r--r--buildscripts/tests/resmokelib/setup_multiversion/test_setup_multiversion.py2
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 9365238172c..f961e99fe95 100644
--- a/buildscripts/tests/resmokelib/setup_multiversion/test_setup_multiversion.py
+++ b/buildscripts/tests/resmokelib/setup_multiversion/test_setup_multiversion.py
@@ -37,7 +37,7 @@ class TestSetupMultiversionBase(unittest.TestCase):
]
}
- download_options = _DownloadOptions(db=True, ds=False, da=False)
+ download_options = _DownloadOptions(db=True, ds=False, da=False, dv=False)
options = Namespace(
install_dir="install",