]> granicus.if.org Git - python/commitdiff
Issue #12496: Install test/capath directory to prevent test_connect_capath
authorNed Deily <nad@acm.org>
Tue, 5 Jul 2011 00:48:01 +0000 (17:48 -0700)
committerNed Deily <nad@acm.org>
Tue, 5 Jul 2011 00:48:01 +0000 (17:48 -0700)
testcase failure in test_ssl.

Makefile.pre.in
Misc/NEWS

index 694faadbfc289e610ab9814d6a6a581dc9425853..87aa4cf59428bbab324c24894099d747e14852e2 100644 (file)
@@ -910,6 +910,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/capath \
                test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
                test/tracedmodules test/encoded_modules \
                concurrent concurrent/futures encodings \
index 67485b3f6d92f97db85093fac02e252e4ba4434f..117101cdb017fe47ba8ec173c08fc98d6e0021f6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ C-API
 Tests
 -----
 
+- Issue #12496:  Install test/capath directory to prevent test_connect_capath
+  testcase failure in test_ssl.
+
 - Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a
   fresh process with only one thread and to not change signal handling of the
   parent process.