Submitter | timeless@mozdev.org |
---|---|
Date | March 30, 2016, 8:29 a.m. |
Message ID | <d5a110d3c09a84a41c97.1459326591@waste.org> |
Download | mbox | patch |
Permalink | /patch/14174/ |
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 @@ -2518,7 +2518,8 @@ if found: vlog("# Found prerequisite", p, "at", found) else: - print("WARNING: Did not find prerequisite tool: %s " % p) + print("WARNING: Did not find prerequisite tool: %s " % + p.decode("utf-8")) if __name__ == '__main__': runner = TestRunner()