Bug 672127 - coloring of help message should be disabled if stdOUT is not a tty.
Summary: coloring of help message should be disabled if stdOUT is not a tty.
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: sos
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jean-Francois Saucier
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-24 03:50 UTC by Masatake YAMATO
Modified: 2011-02-14 15:25 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-11 16:25:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
A patch fix the issue. (470 bytes, patch)
2011-01-24 03:50 UTC, Masatake YAMATO
no flags Details | Diff

Description Masatake YAMATO 2011-01-24 03:50:27 UTC
Created attachment 474888 [details]
A patch fix the issue.

Description of problem:

 It is hard to read the output of "sosreport -l" if it is stored
to file or is connected to the other command like "less" because
escape characters for coloring are included in the output.

Version-Release number of selected component (if applicable):

The laster from svn repository.

How reproducible:

  sosrepor -l > /tmp/foo
  less /tmp/foo

Steps to Reproduce:
1.
2.
3.
  
Actual results:

Escape characters for coloring are included.

Expected results:

Escape characters for coloing are not included only when
the stdout of sosreport is not connected to a terminal.
Additional info:

Comment 1 Pierre Carrier 2011-02-11 16:25:02 UTC
Hello Masatake,


Thank you for your contribution!

I'd rather not modify __cmdLineOpts__ outside of command-line options, but reused sys.stdout.isatty().

Fixed upstream through https://fedorahosted.org/sos/changeset/1084


-- 
Pierre Carrier, Technical Support Engineer
Production Support, EMEA office
Global Support Services
Red Hat, Inc.

Comment 2 Masatake YAMATO 2011-02-14 04:00:45 UTC
Thank you for fixing.
Just a question. Why "Component" field for this bugzilla entry is changed from sos to 0xFFFF?

Comment 3 Pierre Carrier 2011-02-14 09:21:55 UTC
Sorry, that's a browser-side bug.

Comment 4 Bryn M. Reeves 2011-02-14 15:25:06 UTC
Oh, you should file a bug! What package is it??


Note You need to log in before you can comment on or make changes to this bug.