diff options
author | Colin Walters <walters@verbum.org> | 2013-08-06 11:19:54 +0100 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-08-06 11:22:59 +0100 |
commit | 052640bd3ff392d23d209e7b3cb38a9a74f59ac9 (patch) | |
tree | e796fb00ffc11bb35779ea87f6c5ff2d341085a2 /testsuite | |
parent | 425deda2be024274efbd34d08c1d1da262b6bb7d (diff) | |
download | gtk+-052640bd3ff392d23d209e7b3cb38a9a74f59ac9.tar.gz |
accessibility-dump: Print diff by default
There's just no reason not to; it makes things less tedious to
run from the command line.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/a11y/accessibility-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |