]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add more test directories to testsuite.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 30 Dec 2004 14:09:14 +0000 (14:09 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 30 Dec 2004 14:09:14 +0000 (14:09 +0000)
Tools/msi/msi.py

index 455625e904f40e9282c793c6beef6df4ac76bc50..dbb7ecba04fe17857fa1271943bca153cb1b0f96 100644 (file)
@@ -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()