Skip to content
Snippets Groups Projects
Commit 20095abf authored by Florent Thiery's avatar Florent Thiery
Browse files

make color orange instead of yellow (unreadable)

parent 4b7014ae
No related branches found
No related tags found
No related merge requests found
...@@ -238,7 +238,7 @@ class Tester(): ...@@ -238,7 +238,7 @@ class Tester():
html_report = html_report.replace('\033[91m', '<span style="color: red;">') 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[92m', '<span style="color: green;">')
html_report = html_report.replace('\033[94m', '<span style="color: blue;">') 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>') html_report = html_report.replace('\033[0m', '</span>')
# Store locally results # Store locally results
now = datetime.datetime.utcnow() now = datetime.datetime.utcnow()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment