#9967: Allow concurrent running/testing of multiple sage branches
---------------------------------------+------------------------------------
Reporter: robertwb | Owner: ddrake
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.6
Component: doctest | Keywords:
Author: Robert Bradshaw | Upstream: N/A
Reviewer: Dan Drake, John Cremona | Merged:
Work_issues: |
---------------------------------------+------------------------------------
Changes (by ddrake):
* status: needs_review => needs_work
Comment:
Here's an interesting doctest failure. My branches look like this:
{{{
dr...@sagenb:~/s/sage-4.6.alpha3$ ls devel/
total 20
drwxr-xr-x 2 drake drake 4096 2010-10-10 01:40 old/
lrwxrwxrwx 1 drake drake 8 2010-10-23 12:43 sage -> sage-foo/
drwxr-xr-x 7 drake drake 4096 2010-10-22 14:39 sage-bar/
drwxr-xr-x 7 drake drake 4096 2010-10-22 14:28 sage-foo/
drwxr-xr-x 7 drake drake 4096 2010-10-22 14:22 sage-main/
lrwxrwxrwx 1 drake drake 11 2010-10-10 01:32 sagenb -> sagenb-main/
drwxr-xr-x 8 drake drake 4096 2010-10-10 01:32 sagenb-main/
}}}
And when I run -testall, I get this:
{{{
dr...@sagenb:~/s/sage-4.6.alpha3$ minnesota_nice ./sage -testall
Testing of examples currently not implemented.
sage -t -force_lib "devel/sage/doc/common/builder.py"
**********************************************************************
File "/home/drake/s/sage-4.6.alpha3/devel/sage/doc/common/builder.py",
line 158:
sage: b._output_dir('html')
Expected:
'.../devel/sage/doc/output/html/en/tutorial'
Got:
'/home/drake/s/sage-4.6.alpha3/devel/sage-
foo/doc/output/html/en/tutorial'
**********************************************************************
File "/home/drake/s/sage-4.6.alpha3/devel/sage/doc/common/builder.py",
line 173:
sage: b._doctrees_dir()
Expected:
'.../devel/sage/doc/output/doctrees/en/tutorial'
Got:
'/home/drake/s/sage-4.6.alpha3/devel/sage-
foo/doc/output/doctrees/en/tutoria
l'
**********************************************************************
}}}
Someone there is not getting the memo about the current branch.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9967#comment:14>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.