We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a385bb commit 6978f67Copy full SHA for 6978f67
src/mongo/dbtests/SConscript
@@ -176,4 +176,6 @@ if not has_option('noshell') and usemozjs:
176
)
177
hygienic = get_option('install-mode') == 'hygienic'
178
if not hygienic:
179
- env.Install('#/', dbtest)
+ install_dbtest = env.Install('#/', dbtest)
180
+ if env.TargetOSIs("windows"):
181
+ env.Alias("dbtest", install_dbtest)
0 commit comments