groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: test-groff.in: Enable backtraces and all warnings.


From: G. Branden Robinson
Subject: [groff] 01/01: test-groff.in: Enable backtraces and all warnings.
Date: Sat, 18 Nov 2017 18:26:51 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 655e5020ed46cb77e7e5a80282bec5ccc3284282
Author: G. Branden Robinson <address@hidden>
Date:   Sat Nov 18 18:25:16 2017 -0500

    test-groff.in: Enable backtraces and all warnings.
    
    Fix bug https://savannah.gnu.org/bugs/?51482.
    
    Signed-off-by: Bjarni Ingi Gislason <address@hidden>
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 ChangeLog     | 6 ++++++
 test-groff.in | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f3b6fa3..71127d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-11-18  Bjarni Ingi Gislason <address@hidden>
+
+       test-groff.in: Enable backtraces and all warnings by default.
+
+       Fix bug https://savannah.gnu.org/bugs/?51482.
+
 2017-11-18  G. Branden Robinson <address@hidden>
 
        tmac: Migrate macro package diagnostics away from `quotes'.
diff --git a/test-groff.in b/test-groff.in
index 7407372..622117c 100644
--- a/test-groff.in
+++ b/test-groff.in
@@ -47,4 +47,4 @@ $SEP$builddir/contrib/pdfmark\
 
 export GROFF_BIN_PATH GROFF_COMMAND_PREFIX GROFF_FONT_PATH GROFF_TMAC_PATH
 
-exec $builddir/groff ${1+"$@"}
+exec $builddir/groff -b -ww ${1+"$@"}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]