aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-25 11:33:39 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-25 11:33:39 -0700
commitd7e09c31e66c80e2d67179441f1e9ec43301645c (patch)
tree38035f74badea82f86e947364a99ff978c8983e4 /tools
parent8d5a98afaaf8be03fd298a683976b54d5d0ac515 (diff)
Purple flakes
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/jobset.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/jobset.py b/tools/run_tests/jobset.py
index e696a0e969..6ddc4d29bc 100755
--- a/tools/run_tests/jobset.py
+++ b/tools/run_tests/jobset.py
@@ -72,6 +72,7 @@ _COLORS = {
'yellow': [ 33, 0 ],
'lightgray': [ 37, 0],
'gray': [ 30, 1 ],
+ 'purple': [ 35, 0 ],
}
@@ -81,7 +82,7 @@ _CLEAR_LINE = '\x1b[2K'
_TAG_COLOR = {
'FAILED': 'red',
- 'FLAKE': 'red',
+ 'FLAKE': 'purple',
'WARNING': 'yellow',
'TIMEOUT': 'red',
'PASSED': 'green',