#7878: remove any spaces in output of testcc.sh and testcxx.sh
------------------------+---------------------------------------------------
   Reporter:  drkirkby  |       Owner:  GeorgSWeber 
       Type:  defect    |      Status:  needs_review
   Priority:  major     |   Milestone:  sage-4.3.1  
  Component:  build     |    Keywords:              
Work_issues:            |      Author:  David Kirkby
   Upstream:  N/A       |    Reviewer:              
     Merged:            |  
------------------------+---------------------------------------------------

Comment(by drkirkby):

 == How to test ==
 To test this patch you will need to have Sun Studio installed.

 {{{
 $ local/bin/testcc.sh /opt/sunstudio12.1/bin/cc
 drkir...@hawk:~/sage-4.3.1.alpha1$ local/bin/testcc.sh
 /opt/sunstudio12.1/bin/cc
 Sun_Studio
 drkir...@hawk:~/sage-4.3.1.alpha1$ local/bin/testcxx.sh
 /opt/sunstudio12.1/bin/CC
 Sun_Studio
 drkir...@hawk:~/sage-4.3.1.alpha1$ local/bin/testcxx.sh
 /opt/sunstudio12.1/bin/CC  | wc
        1       1      12
 drkir...@hawk:~/sage-4.3.1.alpha1$ local/bin/testcc.sh
 /opt/sunstudio12.1/bin/cc | wc
        1       1      11
 }}}

 Note how the current version of testcxx.sh outputs 12 characters, not 11.
 There is an extra space. With the attached patch, any spaces are removed,
 so the outputs from the two commands are identical. This is important if
 one wishes to test that the compilers are the same.

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