]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
authorNed Deily <nad@acm.org>
Sun, 29 May 2011 09:39:02 +0000 (02:39 -0700)
committerNed Deily <nad@acm.org>
Sun, 29 May 2011 09:39:02 +0000 (02:39 -0700)
Makefile.pre.in
Misc/NEWS

index 270dfb4504f9e7e7b216de489fa6239a022b73c2..ed1dc33509eadbbe37f105dc1f195a2cdfd090af 100644 (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 \
index ec1bbf2fa299a0b723bfee0c48959fb9f9da6937..f04c6436681a26e921a4a6dca5e18bd324704da5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.