#11793: autogenerate doc directories in sage-maketest
--------------------------+-------------------------------------------------
   Reporter:  jhpalmieri  |          Owner:  mvngu        
       Type:  defect      |         Status:  needs_review 
   Priority:  major       |      Milestone:  sage-4.7.2   
  Component:  doctest     |       Keywords:               
Work_issues:              |       Upstream:  N/A          
   Reviewer:              |         Author:  John Palmieri
     Merged:              |   Dependencies:               
--------------------------+-------------------------------------------------

Comment(by leif):

 Replying to [ticket:11793 jhpalmieri]:
 > The script `sage-maketest` is supposed to test everything in the Sage
 library, but it says
 {{{
 "$SAGE_ROOT"/sage -t -sagenb "$@" "$SAGE_ROOT"/devel/sage/doc/common
 "$SAGE_ROOT"/devel/sage/doc/en "$SAGE_ROOT"/devel/sage/doc/fr
 "$SAGE_ROOT"/devel/sage/sage 2>&1 | tee -a "$SAGE_TEST_LOG"
 }}}
 > The relatively new directories .../doc/de and .../doc/ru are not there.

 Why not
 {{{
 #!sh
 "$SAGE_ROOT"/sage -t -sagenb "$@" \
     "$SAGE_ROOT"/devel/sage/doc/common \
     "$SAGE_ROOT"/devel/sage/doc/?? \
     "$SAGE_ROOT"/devel/sage/sage 2>&1 | tee -a "$SAGE_TEST_LOG"
 }}}
 or use `[a-z][a-z}` instead of `??`.

 These should always be two-letter country codes, ASCII.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11793#comment:3>
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.

Reply via email to