summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-05-29 09:36:17 (GMT)
committerNed Deily <nad@acm.org>2011-05-29 09:36:17 (GMT)
commitc4f97f4fdc56cfc5bdd73aa5b2ed41b32215c2ce (patch)
treea1ebe90dc709648690b664571f77bc760c3eda92 /Makefile.pre.in
parent22f63b50e366d890d8babeb45402c0e05ea0a408 (diff)
downloadcpython-c4f97f4fdc56cfc5bdd73aa5b2ed41b32215c2ce.zip
cpython-c4f97f4fdc56cfc5bdd73aa5b2ed41b32215c2ce.tar.gz
cpython-c4f97f4fdc56cfc5bdd73aa5b2ed41b32215c2ce.tar.bz2
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index fbd54c7..ed0d116 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -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 \