#10300: Test some command line options
------------------------------+---------------------------------------------
   Reporter:  jdemeyer        |       Owner:  mvngu             
       Type:  enhancement     |      Status:  needs_info        
   Priority:  major           |   Milestone:  sage-4.6.1        
  Component:  doctest         |    Keywords:  command line tests
     Author:  Jeroen Demeyer  |    Upstream:  N/A               
   Reviewer:                  |      Merged:                    
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by jdemeyer):

 * cc: aapitzsch (added)
  * status:  needs_review => needs_info


Comment:

 No, it should work. Which system is that?

 Please do the following in a shell and post the output:
 {{{
 sage -sh -c 'echo $0; echo $BASH'
 }}}

 {{{
 sage -sh -c "echo >&2 Hello World"
 }}}

 {{{
 sage -sh -c "echo >&2 Hello World" >/dev/null
 }}}

 {{{
 sage -sh -c "echo >&2 Hello World" 2>/dev/null
 }}}

 {{{
 bash -c "echo >&2 Hello World"
 }}}

 {{{
 bash -c "echo >&2 Hello World" >/dev/null
 }}}

 {{{
 bash -c "echo >&2 Hello World" 2>/dev/null
 }}}

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