#9772: unify doctest commands, especially for 'long' and 'parallel' options
-----------------------+----------------------------------------------------
Reporter: niles | Owner: mvngu
Type: defect | Status: new
Priority: major | Milestone:
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Make sure that the commands for doctesting the entire Sage library test
the same files, in particular when including `long` and `parallel`
options.
From William, at
http://ask.sagemath.org/question/35/does-sage-testall-test-long-doctests
Looking at `SAGE_ROOT/local/bin/sage-sage` we see that `sage -testall`
calls the script `sage-maketest` which passes all of its options on to
`sage -t`. [and thus cannot handle a parallel option]
If you look in `SAGEROOT/makefile` you'll see that `make test` just calls
`sage-maketest`. Note that `make testlong` on the other hand has a
specific list of directories it tests, defined in `SAGEROOT/makefile`.
Right now they match the list in `SAGE_ROOT/local/bin/sage-maketest`.
However, if these ever get out of sync, bad things will happen in that
`make test` and `make testlong` would suddenly test different code.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9772>
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.