Commit b317b9ff by Frak

cleanup

parent d3e04de1
......@@ -16,7 +16,6 @@ RED_COLOR = '\x1b[31m'
COLOR_END = '\x1b[0m'
def colorize_result(input):
if input.startswith('OK'):
color = GREEN_COLOR
elif input.startswith('FAIL:'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment