summaryrefslogtreecommitdiff
path: root/jstests/SConscript
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-05-30 11:48:18 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-07-08 11:42:42 +0000
commite072f83477821354e9cde09298da03e1ae9c442c (patch)
treeca68acb603de7ae0571da29a12a273cd4f54c790 /jstests/SConscript
parent5e3c06a9a7ed5ccb9ea3e352111ad3f3b6ce0376 (diff)
downloadmongo-e072f83477821354e9cde09298da03e1ae9c442c.tar.gz
SERVER-47277 Remove non-hygienic build support
Diffstat (limited to 'jstests/SConscript')
-rw-r--r--jstests/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/SConscript b/jstests/SConscript
index 55a35510e01..9720b22b991 100644
--- a/jstests/SConscript
+++ b/jstests/SConscript
@@ -12,9 +12,6 @@ Return()
env = env.Clone()
-if not get_option("install-mode") == "hygienic":
- Return()
-
jstests = env.Glob("**/*.js")
# Group by directory to avoid making a million calls to AutoInstall