[test-paint] Redirect generated output to stderr

This commit is contained in:
Behdad Esfahbod 2025-02-26 15:07:46 -07:00
parent 753093d60e
commit 9d149c5284

View file

@ -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);
}