Skip to content
Snippets Groups Projects
Commit d7e09c31 authored by Craig Tiller's avatar Craig Tiller
Browse files

Purple flakes

parent 8d5a98af
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,7 @@ _COLORS = { ...@@ -72,6 +72,7 @@ _COLORS = {
'yellow': [ 33, 0 ], 'yellow': [ 33, 0 ],
'lightgray': [ 37, 0], 'lightgray': [ 37, 0],
'gray': [ 30, 1 ], 'gray': [ 30, 1 ],
'purple': [ 35, 0 ],
} }
...@@ -81,7 +82,7 @@ _CLEAR_LINE = '\x1b[2K' ...@@ -81,7 +82,7 @@ _CLEAR_LINE = '\x1b[2K'
_TAG_COLOR = { _TAG_COLOR = {
'FAILED': 'red', 'FAILED': 'red',
'FLAKE': 'red', 'FLAKE': 'purple',
'WARNING': 'yellow', 'WARNING': 'yellow',
'TIMEOUT': 'red', 'TIMEOUT': 'red',
'PASSED': 'green', 'PASSED': 'green',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment