summaryrefslogtreecommitdiff
path: root/test-groff.in
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-04-30 21:53:53 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-05-01 00:29:12 +1000
commit5aaf04cdf6e8ca194e4c8af2678d4c2743677903 (patch)
treea6fb5abd2620d3a580d2c3175fcc1d8581671996 /test-groff.in
parentf7e7f38e7b1214e9a83cdd3e802ee4d2e186d7f4 (diff)
downloadgroff-git-5aaf04cdf6e8ca194e4c8af2678d4c2743677903.tar.gz
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'
Diffstat (limited to 'test-groff.in')
-rw-r--r--test-groff.in2
1 files changed, 1 insertions, 1 deletions
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+"$@"}