summaryrefslogtreecommitdiff
path: root/src/mongo/tools
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2020-01-06 15:47:18 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-13 15:21:41 +0000
commit12b63497b80c46f31cb1ece3a23887e50a129504 (patch)
tree449a7f9bea146eadeceb6a00c2a39eda27577fa1 /src/mongo/tools
parentf31bc89f66632b2d521be2d076dc23f94ff663eb (diff)
downloadmongo-12b63497b80c46f31cb1ece3a23887e50a129504.tar.gz
SERVER-45301 Not all expected aliases are present in the ninja generator output
Diffstat (limited to 'src/mongo/tools')
-rw-r--r--src/mongo/tools/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/tools/SConscript b/src/mongo/tools/SConscript
index 7a500c2631b..840000a4217 100644
--- a/src/mongo/tools/SConscript
+++ b/src/mongo/tools/SConscript
@@ -29,6 +29,5 @@ mongobridge = env.Program(
'$BUILD_DIR/mongo/util/options_parser/options_parser_init',
'$BUILD_DIR/mongo/util/signal_handlers',
],
- AIB_COMPONENT='tools',
- AIB_COMPONENTS_EXTRA=["dist-test"],
+ AIB_COMPONENT='dist-test',
)