Kaydet (Commit) 5c9e55e8 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Add more test directories to testsuite. Will backport to 2.4.

üst 658b50f5
...@@ -882,7 +882,11 @@ def add_files(db): ...@@ -882,7 +882,11 @@ def add_files(db):
if not have_tcl: if not have_tcl:
continue continue
tcltk.set_current() 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() testsuite.set_current()
else: else:
default_feature.set_current() default_feature.set_current()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment