diff options
author | Andrew Morrow <acm@mongodb.com> | 2020-05-30 11:48:18 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-08 11:42:42 +0000 |
commit | e072f83477821354e9cde09298da03e1ae9c442c (patch) | |
tree | ca68acb603de7ae0571da29a12a273cd4f54c790 /jstests/SConscript | |
parent | 5e3c06a9a7ed5ccb9ea3e352111ad3f3b6ce0376 (diff) | |
download | mongo-e072f83477821354e9cde09298da03e1ae9c442c.tar.gz |
SERVER-47277 Remove non-hygienic build support
Diffstat (limited to 'jstests/SConscript')
-rw-r--r-- | jstests/SConscript | 3 |
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 |