Add more test directories to testsuite. Will backport to 2.4.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 455625e..dbb7ecb 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -882,7 +882,11 @@
             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()