From 1d662632d961ab588b35ad8a33d4ff85b5c465a1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 9 Jan 2023 15:01:59 -0500 Subject: [PATCH] test-paint: More output for failures --- test/api/test-paint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/test-paint.c b/test/api/test-paint.c index 2b4ccb9c5..2e8a1f6ee 100644 --- a/test/api/test-paint.c +++ b/test/api/test-paint.c @@ -405,7 +405,7 @@ test_hb_paint (gconstpointer d, if (g_strv_length (lines) != g_strv_length (expected)) { - g_test_message ("Unexpected number of lines in output (%d instead of %d)", g_strv_length (lines), g_strv_length (expected)); + g_test_message ("Unexpected number of lines in output (%d instead of %d):\n%s", g_strv_length (lines), g_strv_length (expected), data.string->str); g_test_fail (); } else