mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 08:48:00 +02:00
Use white on red for failures.
This commit is contained in:
parent
9668b6592f
commit
f1c3754753
1 changed files with 1 additions and 1 deletions
|
|
@ -1763,7 +1763,7 @@ cairo_test (cairo_test_t *test, cairo_test_draw_function_t draw)
|
|||
{
|
||||
#ifdef HAVE_UNISTD_H
|
||||
if (isatty (1)) {
|
||||
fail_face = "\033[41m";
|
||||
fail_face = "\033[41m\033[37m\033[1m";
|
||||
normal_face = "\033[m";
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue