On 07/29/2010 11:19 AM, kcrisman wrote: > That is, without setting NUM_THREADS or something. I tried > > ./sage -testall -p 8 > > but I just get lots of error messages in addition to my test output. > I guess I have the same question about sage -tnew as well.
The 'sage -testall' and 'sage -tnew' operators invoke the scripts SAGE_LOCAL/bin/sage-maketest SAGE_LOCAL/bin/sage-test-new respectively. To run the tests, both scripts use 'sage -t', which calls the serial doctest runner SAGE_LOCAL/bin/sage-test Moreover, sage-test-new does not pass along command-line arguments. But it would be useful to generalize. I've opened http://trac.sagemath.org/sage_trac/ticket/9642 -- 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 URL: http://www.sagemath.org