From b0fa40b2ece482818bfc9e71b2f173e43b9dd6dd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Dec 2022 13:16:10 -0500 Subject: [PATCH] tests: More diagnostics --- test/api/test-ot-color.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/api/test-ot-color.c b/test/api/test-ot-color.c index 3491859c3..6bb1130aa 100644 --- a/test/api/test-ot-color.c +++ b/test/api/test-ot-color.c @@ -741,6 +741,7 @@ test_hb_ot_color_colr_v1 (gconstpointer d) file = g_test_build_filename (G_TEST_DIST, test->output, NULL); if (!g_file_get_contents (file, &buffer, &len, &error)) { + g_test_message ("File %s not found.", file); g_test_fail (); return; }