test-url.py files on the default branch

Gilles Moris gilles.moris at free.fr
Thu Oct 7 15:26:45 CDT 2010


Does anybody have the same error in the test suite:

ERROR: /home/morisgi/Documents/hg.crew/tests/test-url.py output changed and 
returned error code 1
--- /home/morisgi/Documents/hg.crew/tests/test-url.py.out
+++ /home/morisgi/Documents/hg.crew/tests/test-url.py.err
@@ -1,0 +1,6 @@
+Traceback (most recent call last):
+  File "/home/morisgi/Documents/hg.crew/tests/test-url.py", line 13, in 
<module>
+    check(_verifycert(cert('example.com'), 'example.com'),
+  File "/tmp/hgtests.S5ddcy/install/lib/python/mercurial/url.py", line 498, 
in _verifycert
+    print repr(ssl)
+NameError: global name 'ssl' is not defined
!
Failed test-url.py: output changed and returned error code 1


I am running on FC8 with no ssl module, so I guess the fallback is not working 
as expected.

Regards.
Gilles.


More information about the Mercurial-devel mailing list