Thanks to visit codestin.com Credit goes to github.com
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 658b50f commit 5c9e55eCopy full SHA for 5c9e55e
1 file changed
Tools/msi/msi.py
@@ -882,7 +882,11 @@ def add_files(db):
882
if not have_tcl:
883
continue
884
tcltk.set_current()
885
- elif dir in ['test', 'output']:
+ 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
890
testsuite.set_current()
891
else:
892
default_feature.set_current()
0 commit comments