[Python-checkins] python/dist/src/Tools/msi msi.py,1.20,1.21

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Dec 30 15:08:31 CET 2004


Update of /cvsroot/python/python/dist/src/Tools/msi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23932

Modified Files:
	msi.py 
Log Message:
Add more test directories to testsuite. Will backport to 2.4.


Index: msi.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/msi/msi.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- msi.py	22 Dec 2004 13:41:49 -0000	1.20
+++ msi.py	30 Dec 2004 14:08:18 -0000	1.21
@@ -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()



More information about the Python-checkins mailing list