From 032b007feaa88e793530f7ed438d1a793f4765e3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 30 Sep 2025 23:59:22 +0200 Subject: [PATCH] tests: Increase debuggability. * gettext-tools/tests/xgettext-python-9: Show the warnings in the log when failing. --- gettext-tools/tests/xgettext-python-9 | 1 + 1 file changed, 1 insertion(+) diff --git a/gettext-tools/tests/xgettext-python-9 b/gettext-tools/tests/xgettext-python-9 index 6ddeb9aaa..1a7a04585 100755 --- a/gettext-tools/tests/xgettext-python-9 +++ b/gettext-tools/tests/xgettext-python-9 @@ -13,6 +13,7 @@ ${XGETTEXT} --omit-header --no-location -d xg-py-9-1 xg-py-9-1.py 2>xg-py-9-1.tm grep -v '^==' xg-py-9-1.tmp > xg-py-9-1.err # Expect no warning here (because the format string has only one placeholder). if test -s xg-py-9-1.err; then + cat xg-py-9-1.err Exit 1 fi -- 2.47.3