mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
Specify a background color for XFAIL text
To improve readability on terminals with a white background.
This commit is contained in:
parent
81c3009c07
commit
ed2081d974
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ _cairo_test_init (cairo_test_context_t *ctx,
|
|||
#ifdef HAVE_UNISTD_H
|
||||
if (*fail_face == '\0' && isatty (2)) {
|
||||
fail_face = "\033[41;37;1m";
|
||||
xfail_face = "\033[33;1m";
|
||||
xfail_face = "\033[43;37;1m";
|
||||
normal_face = "\033[m";
|
||||
if (isatty (1))
|
||||
print_fail_on_stdout = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue