summaryrefslogtreecommitdiff
path: root/evergreen/burn_in_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'evergreen/burn_in_tests.sh')
-rwxr-xr-xevergreen/burn_in_tests.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/evergreen/burn_in_tests.sh b/evergreen/burn_in_tests.sh
index 69beb2a7713..23ac58851d4 100755
--- a/evergreen/burn_in_tests.sh
+++ b/evergreen/burn_in_tests.sh
@@ -5,14 +5,11 @@ cd src
set -o errexit
set -o verbose
-activate_venv
-# Multiversion exclusions can be used when selecting tests.
-PATH="$PATH:/data/multiversion"
-$python buildscripts/resmoke.py generate-multiversion-exclude-tags --oldBinVersion=last_continuous --excludeTagsFilePath=multiversion_exclude_tags.yml
+activate_venv
# Capture a list of new and modified tests. The expansion macro burn_in_tests_build_variant
-# is used to for finding the associated tasks from a different build varaint than the
+# is used to for finding the associated tasks from a different build variant than the
# burn_in_tests_gen task executes on.
build_variant_opts="--build-variant=${build_variant}"
if [ -n "${burn_in_tests_build_variant}" ]; then