Skip to content

Commit 6978f67

Browse files
committed
SERVER-42408 Add dbtest Alias for Windows
1 parent 5a385bb commit 6978f67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mongo/dbtests/SConscript

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,6 @@ if not has_option('noshell') and usemozjs:
176176
)
177177
hygienic = get_option('install-mode') == 'hygienic'
178178
if not hygienic:
179-
env.Install('#/', dbtest)
179+
install_dbtest = env.Install('#/', dbtest)
180+
if env.TargetOSIs("windows"):
181+
env.Alias("dbtest", install_dbtest)

0 commit comments

Comments
 (0)