mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[test-paint] Redirect generated output to stderr
This commit is contained in:
parent
753093d60e
commit
9d149c5284
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ test_hb_paint (gconstpointer d,
|
|||
*/
|
||||
if (getenv ("GENERATE_DATA"))
|
||||
{
|
||||
g_print ("%s", data.string->str);
|
||||
fprintf (stderr, "%s", data.string->str);
|
||||
exit (0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue