[Python-checkins] cpython (3.3): Issue #15494: Install new test/support directory.

ned.deily python-checkins at python.org
Tue Jul 30 23:33:43 CEST 2013


http://hg.python.org/cpython/rev/e6f2f3eda290
changeset:   84921:e6f2f3eda290
branch:      3.3
parent:      84919:81bc2d64c006
user:        Ned Deily <nad at acm.org>
date:        Tue Jul 30 14:30:15 2013 -0700
summary:
  Issue #15494: Install new test/support directory.

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1012,7 +1012,7 @@
 		tkinter/test/test_ttk site-packages test \
 		test/capath test/data \
 		test/cjkencodings test/decimaltestdata test/xmltestdata \
-		test/subprocessdata test/sndhdrdata \
+		test/subprocessdata test/sndhdrdata test/support \
 		test/tracedmodules test/encoded_modules \
 		test/namespace_pkgs \
 		test/namespace_pkgs/both_portions \

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list