On 2019-02-26 17:52, John Cremona wrote:
I am testing a new version of the standard spkg eclib, see
https://trac.sagemath.org/ticket/27360.  I am getting doctesting
failures caused *only* because of changes in output buffering resulting
in the tail end of the output of one command appearing at the beginning
of the output of the next.

Since this is I/O related, it might make a difference if you redirect stdout and/or stderr to a file. For example, doing

./sage -t somefile.py 2>err.log

instead of

./sage -t somefile.py

Do you happen to have the *exact* command line that you used to run tests?

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to