Index: test/message/testcfg.py |
=================================================================== |
--- test/message/testcfg.py (revision 12136) |
+++ test/message/testcfg.py (working copy) |
@@ -44,7 +44,7 @@ |
"""Ignore empty lines, valgrind output and Android output.""" |
if not str: return True |
return (str.startswith('==') or str.startswith('**') or |
- str.startswith('Error')) |
+ str.startswith('ANDROID')) |
def IsFailureOutput(self, output): |
f = file(self.expected) |