From 5aaf04cdf6e8ca194e4c8af2678d4c2743677903 Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Fri, 30 Apr 2021 21:53:53 +1000 Subject: test-groff.in: Stop passing groff -b and -ww. * test-groff.in: Stop passing the built groff executable -b and -ww options by default. This reverses a change from 2017. Dave Kemper has convincingly argued that there's no way to override -b and turn backtraces on warnings/errors back off, and that the built groff should behave as much like a "normal" one as possible. The latter factor is of added importance now that we are using test-groff for generation of documents. * src/roff/groff/tests/regression_savannah_58153.sh: Adapt. If you're a bleeding edge groff user who runs it straight from build trees, I recommend writing shell aliases or functions to capture the desired behavior. alias tg='./build/test-groff -b -ww' alias tgu='./build/test-groff -b -ww -Tutf8' --- test-groff.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-groff.in') diff --git a/test-groff.in b/test-groff.in index f92e2ab4d..37999b9b3 100644 --- a/test-groff.in +++ b/test-groff.in @@ -49,4 +49,4 @@ $SEP$builddir/contrib/rfc1345\ export GROFF_BIN_PATH GROFF_COMMAND_PREFIX GROFF_FONT_PATH GROFF_TMAC_PATH -exec $builddir/groff -b -ww ${1+"$@"} +exec $builddir/groff ${1+"$@"} -- cgit v1.2.1