From: Martin v. Löwis Date: Thu, 30 Dec 2004 14:08:18 +0000 (+0000) Subject: Add more test directories to testsuite. Will backport to 2.4. X-Git-Tag: v2.5a0~2202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c9e55e8137233dd2c34c63d3562a7841d1fcf72;p=thirdparty%2FPython%2Fcpython.git Add more test directories to testsuite. Will backport to 2.4. --- 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()