From 5c9e55e8137233dd2c34c63d3562a7841d1fcf72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 30 Dec 2004 14:08:18 +0000 Subject: Add more test directories to testsuite. Will backport to 2.4. --- Tools/msi/msi.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 455625e904..dbb7ecba04 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() -- cgit v1.2.1