Bug 838796
| Summary: | redundant chars in the output of 'rhc server' for windows | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Meng Bo <bmeng> | ||||||
| Component: | oc | Assignee: | Fabiano Franz <ffranz> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 2.x | CC: | johnp, rmillner | ||||||
| Target Milestone: | --- | Keywords: | Triaged | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | fork_ami_US2597_US2599_US2813_US2817_US2872_US2816_US2814_207 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-11-06 18:47:52 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 597289 [details]
linux_terminal
Created attachment 597290 [details]
windows_cmd
Add snapshots for the two platforms. This is colors and TTY on windows... surprised that these aren't automatically excluded, cause they should be. Fixed in the rhc refactorings. Checked with rhc_fork_ami_209,
rhc server output on windows does not have the redundant strings now.
C:\Users\Administrator\openshifttest>rhc server
All systems running fine
|
Description of problem: Using rhc server in windows prompt, there are some redundant characters in the output. Version-Release number of selected component (if applicable): rhc-0.95.11 How reproducible: always Steps to Reproduce: 1.rhc server 2. 3. Actual results: C:\Users\Administrator\openshifttest>rhc server ←[1m#26 issue1←[0m Opened 3:31 AM aaaaaaaaaaa 3:31 AM ←[33m1 open issue←[0m C:\Users\Administrator\openshifttest>rhc server ←[32mAll systems running fine←[0m Expected results: The output should be more beautiful. Additional info: The output under linux [bmeng@localhost openshift_testdir]$ rhc server #26 issue1 <---- This line is bold Opened 3:31 AM aaaaaaaaaaa 3:31 AM 1 open issue <---- This line is yellow [bmeng@localhost openshift_testdir]$ rhc server All systems running fine <---- This line is green