From: Bruno Haible Date: Tue, 30 Sep 2025 21:59:22 +0000 (+0200) Subject: tests: Increase debuggability. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=032b007feaa88e793530f7ed438d1a793f4765e3;p=thirdparty%2Fgettext.git tests: Increase debuggability. * gettext-tools/tests/xgettext-python-9: Show the warnings in the log when failing. --- 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