Issue #12205: Fix test_subprocess failure due to uninstalled test data.

This commit is contained in:
Ned Deily 2011-05-29 02:39:02 -07:00
parent b8e59f77e6
commit d5a91961dd
2 changed files with 3 additions and 1 deletions

View File

@ -841,7 +841,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test test/data \
test/cjkencodings test/decimaltestdata \
test/cjkencodings test/decimaltestdata test/subprocessdata \
test/tracedmodules \
encodings \
email email/mime email/test email/test/data \

View File

@ -421,6 +421,8 @@ Build
Tests
-----
- Issue #12205: Fix test_subprocess failure due to uninstalled test data.
- Issue #11614: import __hello__ prints "Hello World!". Patch written by
Andreas Stührk.