summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tools/msi/msi.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 455625e904..dbb7ecba04 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -882,7 +882,11 @@ def add_files(db):
if not have_tcl:
continue
tcltk.set_current()
- elif dir in ['test', 'output']:
+ elif dir in ['test', 'tests', 'data', 'output']:
+ # test: Lib, Lib/email, Lib/bsddb
+ # tests: Lib/distutils
+ # data: Lib/email/test
+ # output: Lib/test
testsuite.set_current()
else:
default_feature.set_current()