From 20095abfeda8d7bef763ea50ae9ca0469308361e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Mon, 27 Feb 2017 20:22:11 +0100
Subject: [PATCH] make color orange instead of yellow (unreadable)

---
 tester.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tester.py b/tester.py
index cb53cba9..01c1d16c 100755
--- a/tester.py
+++ b/tester.py
@@ -238,7 +238,7 @@ class Tester():
         html_report = html_report.replace('\033[91m', '<span style="color: red;">')
         html_report = html_report.replace('\033[92m', '<span style="color: green;">')
         html_report = html_report.replace('\033[94m', '<span style="color: blue;">')
-        html_report = html_report.replace('\033[93m', '<span style="color: yellow;">')
+        html_report = html_report.replace('\033[93m', '<span style="color: orange;">')
         html_report = html_report.replace('\033[0m', '</span>')
         # Store locally results
         now = datetime.datetime.utcnow()
-- 
GitLab