diff options
author | jannaerin <golden.janna@gmail.com> | 2021-09-28 16:16:40 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-09-28 17:08:47 +0000 |
commit | cabde0df1c9976c44067e4b10c3e4e96096fd83a (patch) | |
tree | 42d948efda83864f48a02b92db2b7415b125560d /src/mongo/shell/SConscript | |
parent | 78ef9784e77a2411e8aa2b582bc80033f0f36228 (diff) | |
download | mongo-cabde0df1c9976c44067e4b10c3e4e96096fd83a.tar.gz |
SERVER-59918 Create mongoqd binary
Diffstat (limited to 'src/mongo/shell/SConscript')
-rw-r--r-- | src/mongo/shell/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/SConscript b/src/mongo/shell/SConscript index 03317db08f3..5e64d6ce24e 100644 --- a/src/mongo/shell/SConscript +++ b/src/mongo/shell/SConscript @@ -346,6 +346,7 @@ if not has_option('noshell') and usemozjs: "default", "dist", "dist-test", + "serverless-test", "shell", "integration-tests", ], |