groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/20: [tbl]: Issue output of failing test cases.


From: G. Branden Robinson
Subject: [groff] 03/20: [tbl]: Issue output of failing test cases.
Date: Fri, 3 Feb 2023 16:47:52 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 2c6e1bb5eae147f66ef48bb9dea7b3226e655ef7
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Feb 2 11:08:25 2023 -0600

    [tbl]: Issue output of failing test cases.
---
 src/preproc/tbl/tests/check-line-intersections.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/preproc/tbl/tests/check-line-intersections.sh 
b/src/preproc/tbl/tests/check-line-intersections.sh
index 6555e96d1..4d7376639 100755
--- a/src/preproc/tbl/tests/check-line-intersections.sh
+++ b/src/preproc/tbl/tests/check-line-intersections.sh
@@ -23,6 +23,7 @@ fail=
 
 wail () {
     echo "...FAILED" >&2
+    echo "$output"
     fail=yes
 }
 



reply via email to

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