mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[travis] Better match pattern for colorizing failing tests
This commit is contained in:
parent
e2227d9998
commit
085a284c58
@ -95,7 +95,7 @@ for line in p.stdout:
|
||||
end_fold()
|
||||
|
||||
else:
|
||||
if re.match('FAIL[:\!].*', updated_line):
|
||||
if re.match('(FAIL|ERROR)[:\!].*', updated_line):
|
||||
updated_line = colored(updated_line, 'yellow')
|
||||
in_failure = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user