[Buildbot] #3516: Windows newlines in build logs are interpreted as two consecutive newlines

Buildbot trac trac at buildbot.net
Thu Apr 7 14:31:51 UTC 2016


#3516: Windows newlines in build logs are interpreted as two consecutive newlines
---------------------+-----------------------
Reporter:  ngladitz  |      Owner:
    Type:  defect    |     Status:  new
Priority:  major     |  Milestone:  undecided
 Version:  0.9.0b7   |   Keywords:
---------------------+-----------------------
 I've got a windows worker running a ShellCommand build step.
 The command being run (ctest; part of cmake) results in output with both
 unix and windows newlines intermixed.

 CTest's own output uses unix newlines.
 Sub-processes (ninja build tool and compilers) use windows newlines.

 For the later the stdio log in the web UI shows duplicate newlines (e.g.
 all lines are interleaved with empty lines).

 It would be nice if e.g. \r would be ignored or \r\n converted to \n.

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


More information about the bugs mailing list