summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/SConscript')
-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)