#7878: remove any spaces in output of testcc.sh and testcxx.sh
----------------------------+-----------------------------------------------
Reporter: drkirkby | Owner: GeorgSWeber
Type: defect | Status: positive_review
Priority: major | Milestone: sage-4.3.2
Component: build | Keywords:
Author: David Kirkby | Upstream: N/A
Reviewer: Jaap Spies | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Changes (by jsp):
* status: needs_review => positive_review
* reviewer: => Jaap Spies
Comment:
Before:
{{{
j...@opensolaris:~/Downloads/sage-4.3.2.alpha0$ local/bin/testcc.sh
/opt/sunstudio12.1/bin/cc
Sun_Studio
j...@opensolaris:~/Downloads/sage-4.3.2.alpha0$ local/bin/testcxx.sh
/opt/sunstudio12.1/bin/CC
Sun_Studio
j...@opensolaris:~/Downloads/sage-4.3.2.alpha0$ local/bin/testcxx.sh
/opt/sunstudio12.1/bin/CC | wc
1 1 12
j...@opensolaris:~/Downloads/sage-4.3.2.alpha0$ local/bin/testcc.sh
/opt/sunstudio12.1/bin/cc | wc
1 1 11
}}}
After the patch
{{{
j...@opensolaris:~/Downloads/sage-4.3.2.alpha0$ local/bin/testcxx.sh
/opt/sunstudio12.1/bin/CC | wc
1 1 11
j...@opensolaris:~/Downloads/sage-4.3.2.alpha0$ local/bin/testcc.sh
/opt/sunstudio12.1/bin/cc | wc
1 1 11
}}}
Works ok, so positive review
Jaap
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7878#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.