[Buildbot-commits] [Buildbot] #2565: ANSI color sequence ESC[m not supported

Buildbot trac trac at buildbot.net
Wed Sep 18 12:41:15 UTC 2013


#2565: ANSI color sequence ESC[m not supported
---------------------+-----------------------
Reporter:  pepsiman  |      Owner:
    Type:  defect    |     Status:  new
Priority:  minor     |  Milestone:  undecided
 Version:  master    |   Keywords:  web
---------------------+-----------------------
 I enabled ANSI color for the googletest programs I run with buildbot.

 Googletest uses ESC[m to reset the color.

 Buildbot doesn't handle this, so the log files are displayed with lots of
 [m.

 Log extract:
 {{{
 ESC[0;33mNote: Randomizing tests' orders with a seed of 43507 .
 ESC[mESC[0;32m[==========] ESC[mRunning 419 tests from 51 test cases.
 }}}

 Displayed as:
 {{{
 Note: Randomizing tests' orders with a seed of 43507 .
 [m[==========] [mRunning 419 tests from 51 test cases.
 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2565>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list