Mercurial 1.0 released!

Gilles Moris gilles.moris at free.fr
Tue Mar 25 16:49:37 CDT 2008


On Tue March 25 2008 14:32:57 Neal Becker wrote:

> If I don't run it under an emacs shell, I get a different result:
> 
> ERROR: test-doctest.py output changed
> --- Expected output
> +++ Test output
> @@ -1,0 +1,1 @@
> 
> Can we fix this?  I would like to enable %check when building the rpm.
> 


I have that as well. I don't know python very well, but I have tried
to track it down in the doctest module of my Fedora 8. It seems that
while initializing the python debugger inside doctest, it is sending
a Escape sequence to setup the terminal:

% python test-doctest.py | od -c
033   [   ?   1   0   3   4   h
% python --version
Python 2.5.1

The test fails because it expects null output.
Anybody has an idea to fix it ?

Regards.
Gilles.


More information about the Mercurial mailing list