mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Add more test directories to testsuite. Will backport to 2.4.
This commit is contained in:
parent
658b50f579
commit
5c9e55e813
1 changed files with 5 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue