summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2020-01-30 09:54:24 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-01-30 15:16:40 +0000
commit5935ff783258ba3022fc9fca6bc1b32e06eb351e (patch)
treed956e1957da1614f8f8707c8154558f5e8f9c87e /site_scons
parent6375ee8006c6f8a025b29036be586e03d34e4fe2 (diff)
downloadmongo-5935ff783258ba3022fc9fca6bc1b32e06eb351e.tar.gz
SERVER-45479 Teach ninja how to build test lists
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/site_tools/mongo_test_list.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/site_scons/site_tools/mongo_test_list.py b/site_scons/site_tools/mongo_test_list.py
index c959c6eedc2..163bfe08293 100644
--- a/site_scons/site_tools/mongo_test_list.py
+++ b/site_scons/site_tools/mongo_test_list.py
@@ -64,5 +64,6 @@ def exists(env):
def generate(env):
+ env["MONGO_TEST_REGISTRY"] = TEST_REGISTRY
env.Append(BUILDERS={"TestList": TEST_LIST_BUILDER})
env.AddMethod(register_test, "RegisterTest")