Ticket #5902 (closed enhancement: fixed)
[with patch, positive review] Try SAGE_ROOT as base of argument to "sage -t"
| Reported by: | tabbott | Owned by: | mhansen |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.1 |
| Component: | doctest | Keywords: | |
| Cc: | Author(s): | Tim Abbott | |
| Report Upstream: | Reviewer(s): | Mike Hansen | |
| Merged in: | sage-4.1.alpha3 | Work issues: |
Description
Running
sage -t devel/sage/sage/rings/polynomial/pbori.pyx
seems to not work for me sometimes when the current working directory is not SAGE_ROOT. I don't really understand what is going wrong here, since there is a "cd" in $SAGE_ROOT/sage, but I've heard other people complain about issues with this.
The attached patch caused the problems to go away for me.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

