Searched refs:RED (Results 1 – 19 of 19) sorted by relevance
25 RED='\033[0;31m'45 echo -e "${RED}There was a unittest failure${NC}"64 echo -e "${RED}$t failed${NC}"
239 print(au.colorize(message, constants.RED))275 failed_label = au.colorize(failed_label, constants.RED)277 error_label = au.colorize('(Completed With ERRORS)', constants.RED)384 test.status, constants.RED),
136 atest_utils.colorize(test, constants.RED))157 constants.RED)))245 atest_utils.colorize(test['name'], constants.RED))251 constants.RED),
117 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable
323 colorful_print("Notice:", constants.RED)
474 atest_utils.colorful_print(failure, constants.RED)
3 RED='\033[0;31m'27 echo -e "${RED}Unittest failure found${NC}!"44 echo -e "${RED}$t failed${NC}"
51 RED = '\033[31m' variable in Fore63 RED = '\033[41m' variable in Back80 'ERROR': {'level': 40, 'style': Fore.RED + Style.BRIGHT},81 'EXCEPTION': {'level': 45, 'style': Back.RED + Fore.WHITE + Style.BRIGHT},
29 'ERROR': {'level': 40, 'enabled': True, 'style': Fore.RED + Style.BRIGHT},30 'EXCEPTION': {'level': 0, 'enabled': True, 'style': Back.RED + Fore.WHITE + Style.BRIGHT},
3 RED='\033[0;31m'37 echo -e "${RED}There was a unittest failure${NC}"71 echo -e "${RED}$t failed${NC}"
10 RED='\033[0;31m'33 echo -e " with the ${RED}manual setup flow${NC}."
157 'Test error...', constants.RED), _TEST_ERROR %251 atest_utils.colorize('executes failed', constants.RED)))
63 FAILED = COLOR.color(COLOR.RED, 'FAILED')344 (color.color(color.RED, 'FATAL'), REPOHOOKS_URL),
23 RED(1),
322 … ERROR -> sb.append(terminalAttributes(foreground = TerminalColor.RED)).append("error: ") in toString()
38 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
124 print(atest_utils.colorize(intro_msg, constants.RED))
41 COLORED_FAIL = partial(colorize, color=constants.RED, highlight=False)
1969 $output .= RED;