From 052640bd3ff392d23d209e7b3cb38a9a74f59ac9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 6 Aug 2013 11:19:54 +0100 Subject: [PATCH] accessibility-dump: Print diff by default There's just no reason not to; it makes things less tedious to run from the command line. --- testsuite/a11y/accessibility-dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/a11y/accessibility-dump.c b/testsuite/a11y/accessibility-dump.c index 6fbeb866f5..ce1a87a106 100644 --- a/testsuite/a11y/accessibility-dump.c +++ b/testsuite/a11y/accessibility-dump.c @@ -734,7 +734,7 @@ test_ui_file (GFile *file) if (diff && diff[0]) { - g_test_message ("Contents don't match expected contents:\n%s", diff); + g_printerr ("Contents don't match expected contents:\n%s", diff); g_test_fail (); g_free (diff); }