Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c9e55e

Browse files
committed
Add more test directories to testsuite. Will backport to 2.4.
1 parent 658b50f commit 5c9e55e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,11 @@ def add_files(db):
882882
if not have_tcl:
883883
continue
884884
tcltk.set_current()
885-
elif dir in ['test', 'output']:
885+
elif dir in ['test', 'tests', 'data', 'output']:
886+
# test: Lib, Lib/email, Lib/bsddb
887+
# tests: Lib/distutils
888+
# data: Lib/email/test
889+
# output: Lib/test
886890
testsuite.set_current()
887891
else:
888892
default_feature.set_current()

0 commit comments

Comments
 (0)