mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 997598 - Don't strip leading white space from mochitest output lines when stack fixer is in use. r=wlach
This commit is contained in:
parent
284f933831
commit
6e6173ac23
@ -1295,7 +1295,7 @@ class Mochitest(MochitestUtilsMixin):
|
||||
stdout=subprocess.PIPE)
|
||||
def fixFunc(line):
|
||||
stackFixerProcess.stdin.write(line + '\n')
|
||||
return stackFixerProcess.stdout.readline().strip()
|
||||
return stackFixerProcess.stdout.readline().rstrip()
|
||||
|
||||
stackFixerFunction = fixFunc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user