From: Martin v. Löwis Date: Thu, 30 Dec 2004 14:09:14 +0000 (+0000) Subject: Add more test directories to testsuite. X-Git-Tag: v2.4.1c1~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d62430fc7c0d7139a914969d0a1f571eb23436cd;p=thirdparty%2FPython%2Fcpython.git Add more test directories to testsuite. --- diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 455625e904f4..dbb7ecba04fe 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()