On Sep 10, 10:50 am, Jan Groenewald <j...@aims.ac.za> wrote:

> In fact, I am not sure how sage -t is supposed to work.

There are several problems with the file sage-doctest.  Hopefully they
are resolved with the patch I posted to #6861 a few days ago.

One of them, at least, is being picked up in the error messages you
had:

> sage -t  "/tmp/dpl.sage"                                    
> /usr/local/src/sage-4.1.1/local/bin/sage-preparse: File file_name is missing

This results from the line

           os.system('sage -preparse file_name')

which should, of course, be

            os.system('sage -preparse %s' % file_name)

Francis Clarke
Department of Mathematics
Swansea University
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to