test script fixes
This commit is contained in:
@@ -44,6 +44,8 @@ def style_output(o):
|
||||
ret = ''
|
||||
subtle = False
|
||||
for l in o.split('\n'):
|
||||
l = l.replace('<', '<')
|
||||
l = l.replace('>', '>')
|
||||
if 'TEST_CHECK' in l or 'TEST_EQUAL_ERROR' in l or l.startswith('EXIT STATUS: ') or \
|
||||
l.endswith(' second time limit exceeded'):
|
||||
ret += '<span class="test-error">%s</span>\n' % l
|
||||
|
Reference in New Issue
Block a user