On May 14, 1:32 am, Robert Bradshaw <rober...@math.washington.edu>
wrote:
> On May 14, 2009, at 1:18 AM, Rado wrote:
>
> > Last question if I used ./sage -clone myvrr and made the changes in
> > myver, how do I tell sage to run the tests there (if this even makes
> > sense?)
>
> You can do
>
> ./sage -t devel/sage-myvrr/sage/graphs/...  # or -tp 10

Yes, you can do that. Note that in devel sage is a link to the current
branch, i.e. sage-myvrr in you case.

So

  ./sage -tp 10 devel/sage

and

  ./sage -tp 10 devel/sage-myvrr

do the same thing. If you want to doctest a non-default branch you
should pick the directory appropriately. The argument could also be

 ./sage -tp 10 devel/sage/sage/graphs

if you want to test only a subset of the tree, etc.

> - Robert
>

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send 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