[Buildbot] #3516: Windows newlines in build logs are interpreted as two consecutive newlines
Buildbot trac
trac at buildbot.net
Tue Apr 12 15:29:27 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 | Resolution:
Keywords: |
---------------------+------------------------
Comment (by tardyp):
lineboundaries.py should take care of this problem.
We have tests testing this behaviour:
https://github.com/buildbot/buildbot/blob/master/master/buildbot/test/unit/test_util_lineboundaries.py#L77
So something must be wrong on the integration parts somewhere converting
\r\n into \n\n
Can you make sure the problem is not in ctest?
--
Ticket URL: <http://trac.buildbot.net/ticket/3516#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the bugs
mailing list