summaryrefslogtreecommitdiff
path: root/etc/evergreen_yml_components/definitions.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/evergreen_yml_components/definitions.yml')
-rw-r--r--etc/evergreen_yml_components/definitions.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml
index a0ab51f47ea..79927a7c975 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -2425,6 +2425,7 @@ tasks:
- func: "run tests"
vars:
suite: unittests
+ install_dir: build/install/bin
## run_unittests with UndoDB live-record ##
#- name: run_unittests_with_recording
@@ -2452,6 +2453,7 @@ tasks:
# # Start fewer jobs since there's a constant amount of overhead of starting
# # live-record for each job.
# resmoke_jobs_factor: 0.3
+# install_dir: build/install/bin
##compile_and_archive_libfuzzertests - build libfuzzertests ##
@@ -2492,6 +2494,7 @@ tasks:
vars:
targets: install-sdam-json-test
compiling_for_test: true
+ install_dir: build/install/bin
- func: "run tests"
vars:
suite: sdam_json_test
@@ -2503,6 +2506,7 @@ tasks:
vars:
targets: install-server-selection-json-test
compiling_for_test: true
+ install_dir: build/install/bin
- func: "run tests"
## compile_dbtest ##