summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-12-17 14:40:28 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-13 15:21:41 +0000
commitf31bc89f66632b2d521be2d076dc23f94ff663eb (patch)
tree6d2dc9562fcfcefacdb1278e78e2a88e49010911 /src/mongo/dbtests
parent65c27c5f9899e2cf72b392a3f1174767afec8823 (diff)
downloadmongo-f31bc89f66632b2d521be2d076dc23f94ff663eb.tar.gz
SERVER-45048 Use hygienic builds in Evergreen
Diffstat (limited to 'src/mongo/dbtests')
-rw-r--r--src/mongo/dbtests/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/dbtests/SConscript b/src/mongo/dbtests/SConscript
index c867767b612..da103f124a9 100644
--- a/src/mongo/dbtests/SConscript
+++ b/src/mongo/dbtests/SConscript
@@ -172,11 +172,12 @@ if not has_option('noshell') and usemozjs:
"mocklib",
"testframework",
],
- AIB_COMPONENT="dbtests",
+ AIB_COMPONENT="dbtest",
AIB_COMPONENTS_EXTRA=[
"tests",
],
)
+
hygienic = get_option('install-mode') == 'hygienic'
if not hygienic:
install_dbtest = env.Install('#/', dbtest)