From f31bc89f66632b2d521be2d076dc23f94ff663eb Mon Sep 17 00:00:00 2001 From: Mathew Robinson Date: Tue, 17 Dec 2019 14:40:28 -0500 Subject: SERVER-45048 Use hygienic builds in Evergreen --- src/mongo/dbtests/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mongo/dbtests') 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) -- cgit v1.2.1