gbranden pushed a commit to branch master
in repository groff.
commit 99e545c0ee6ce756eba04dd31950207e526a68e7
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Feb 11 02:26:05 2024 -0600
[tbl,tests]: Report any error output.
---
src/preproc/tbl/tests/do-not-overdraw-page-top-in-nroff-mode.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/preproc/tbl/tests/do-not-overdraw-page-top-in-nroff-mode.sh
b/src/preproc/tbl/tests/do-not-overdraw-page-top-in-nroff-mode.sh
index 86b343276..67d7fc20c 100755
--- a/src/preproc/tbl/tests/do-not-overdraw-page-top-in-nroff-mode.sh
+++ b/src/preproc/tbl/tests/do-not-overdraw-page-top-in-nroff-mode.sh
@@ -46,6 +46,7 @@ tmp=$(printf "%s\n" "$input" | "$groff" -t -Z -Tascii -P-cbou)
output=$(printf "%s" "$tmp" | "$grotty" -F ./font 2>/dev/null)
error=$(printf "%s" "$tmp" | "$grotty" -F ./font 2>&1 >/dev/null)
echo "$output"
+echo "$error"
echo "checking that no diagnostic messages are produced by grotty (1)"
echo "$error" | grep -q 'grotty:' && wail
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit