Home | History | Annotate | Download | only in site_scons

Lines Matching full:033

37             print '\033[32m[ OK ]\033[0m   Ran ' + args[0]
39 print '\033[31m[FAIL]\033[0m Program ' + args[0] + ' returned ' + str(result)
73 print '\033[32m[ OK ]\033[0m Files equal: ' + str(source[0]) + ' and ' + str(source[1])
76 print '\033[31m[FAIL]\033[0m Files differ: ' + str(source[0]) + ' and ' + str(source[1])
89 print '\033[31m[FAIL]\033[0m Pattern not found in ' + str(source[0]) + ': ' + pattern
92 print '\033[32m[ OK ]\033[0m All patterns found in ' + str(source[0])