mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
Bug 1094526 - remove extra \n chars from xpcshell test output. r=chmanchester
This commit is contained in:
parent
9682e29cf2
commit
ea7285f1c0
@ -489,7 +489,7 @@ class XPCShellTestThread(Thread):
|
||||
"""Log a line of output (either a parser json object or text output from
|
||||
the test process"""
|
||||
if isinstance(line, basestring):
|
||||
line = cleanup_encoding(line)
|
||||
line = cleanup_encoding(line).rstrip("\r\n")
|
||||
self.log.process_output(self.proc_ident,
|
||||
line,
|
||||
command=self.complete_command)
|
||||
|
Loading…
x
Reference in New Issue
Block a user