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

index fbd54c7ba7c942c69c91dd017535353f57720de4..ed0d116489bd6565a8b92f1da4ecfdb449dccd99 100644 (file)
@@ -854,7 +854,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
 PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
 LIBSUBDIRS=    lib-tk lib-tk/test lib-tk/test/test_tkinter \
                lib-tk/test/test_ttk site-packages test test/data \
-               test/cjkencodings test/decimaltestdata test/xmltestdata \
+               test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
                test/tracedmodules \
                encodings compiler hotshot \
                email email/mime email/test email/test/data \
index 47c47850f77dd258c72c5146c6e0a22ba55c3913..4540d5f242de5046aaedcb489dd0b59f3d5090c8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -488,6 +488,8 @@ IDLE
 Tests
 -----
 
+- Issue #12205: Fix test_subprocess failure due to uninstalled test data.
+
 - Issue #5723: Improve json tests to be executed with and without accelerations.
 
 - Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.