mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 16:08:20 +02:00
Flush stdout after writing \r, to remove artifacts.
This commit is contained in:
parent
c70edff084
commit
47d3c5a2c6
1 changed files with 2 additions and 0 deletions
|
|
@ -1886,6 +1886,7 @@ cairo_test_expecting (cairo_test_t *test,
|
|||
} else {
|
||||
/* eat the test name */
|
||||
printf ("\r");
|
||||
fflush (stdout);
|
||||
}
|
||||
cairo_test_log ("CRASHED\n");
|
||||
fprintf (stderr, "%s-%s-%s [%d]:\t%s!!!CRASHED!!!%s\n",
|
||||
|
|
@ -1905,6 +1906,7 @@ cairo_test_expecting (cairo_test_t *test,
|
|||
} else {
|
||||
/* eat the test name */
|
||||
printf ("\r");
|
||||
fflush (stdout);
|
||||
}
|
||||
fprintf (stderr, "%s-%s-%s [%d]:\t%sFAIL%s\n",
|
||||
test->name, target->name,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue