Searched refs:color (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | depends.py | 73 if not options or options.color in ['no', 'never']: 75 elif options.color in ['yes', 'always']: 89 def log_line(text, prefix='depends.py:', suffix='', color=None): argument 91 if color is not None: 92 prefix = color[0] + prefix 93 suffix = suffix + color[1] 128 log_line('Symbol {} was not found in {}'.format(option, conf.filename), color=colors.red) 176 log_line(self.name + ' PASSED', color=colors.green) 178 log_line(self.name + ' FAILED', color=colors.red) 180 log_line('starting ' + self.name, color=colors.cyan) [all …]
|
D | all.sh | 631 *color*|cygwin|linux|rxvt*|screen|[Eex]term*)
|