зеркало из https://github.com/mozilla/gecko-dev.git
Bug 921388 - UnicodeDecodeError: 'ascii' codec can't decode byte 0xa3 ... when running xpcshell-tests. r=gps
This commit is contained in:
Родитель
d5c36a3c68
Коммит
be2f467181
|
@ -142,7 +142,7 @@ class XPCShellRunner(MozbuildObject):
|
|||
'debugger': debugger,
|
||||
'debuggerArgs': debuggerArgs,
|
||||
'debuggerInteractive': debuggerInteractive,
|
||||
'on_message': (lambda obj, msg: xpcshell.log.info(msg)) \
|
||||
'on_message': (lambda obj, msg: xpcshell.log.info(msg.decode('utf-8', 'replace'))) \
|
||||
if test_path is not None else None,
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче