summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-05-29 09:39:02 (GMT)
committerNed Deily <nad@acm.org>2011-05-29 09:39:02 (GMT)
commitd5a91961dd0e501a448ec3a048146132121c24c6 (patch)
tree590d1161d8f50f1a9438499ac3398ac089734114 /Makefile.pre.in
parentb8e59f77e65ba4caeda8d910bd66df01a468cbea (diff)
downloadcpython-d5a91961dd0e501a448ec3a048146132121c24c6.zip
cpython-d5a91961dd0e501a448ec3a048146132121c24c6.tar.gz
cpython-d5a91961dd0e501a448ec3a048146132121c24c6.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 270dfb4..ed1dc33 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -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 \