Submitter | timeless@mozdev.org |
---|---|
Date | March 30, 2016, 8:29 a.m. |
Message ID | <bc149b7f13ad842e7945.1459326592@waste.org> |
Download | mbox | patch |
Permalink | /patch/14175/ |
State | Accepted |
Delegated to: | Yuya Nishihara |
Headers | show |
Comments
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1010,7 +1010,7 @@ if wifexited(ret): ret = os.WEXITSTATUS(ret) if ret == 2: - print(stdout) + print(stdout.decode('utf-8')) sys.exit(1) if ret != 0: