groff-commit
[Top][All Lists]
Advanced

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

[groff] 21/30: [mm]: Make actual test output more observable.


From: G. Branden Robinson
Subject: [groff] 21/30: [mm]: Make actual test output more observable.
Date: Fri, 8 Nov 2024 01:14:31 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 0c88eceeeab12986cc416c63333e4cf2db206ab0
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Nov 7 12:38:09 2024 -0600

    [mm]: Make actual test output more observable.
    
    * contrib/mm/tests/memoranda-format-correctly.sh: Write formatted text
      to standard output.
---
 contrib/mm/tests/memoranda-format-correctly.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/mm/tests/memoranda-format-correctly.sh 
b/contrib/mm/tests/memoranda-format-correctly.sh
index 79f3b7056..592797242 100755
--- a/contrib/mm/tests/memoranda-format-correctly.sh
+++ b/contrib/mm/tests/memoranda-format-correctly.sh
@@ -66,6 +66,7 @@ input="$examples_dir"/memorandum.mm
 for t in 0 1 2 3 4 5 custom
 do
     echo "checking formatting of MT type '$t'" >&2
+    "$groff" -ww -m m -d mT=$t -T ascii -P -cbou "$input"
     expected=$(cksum "$artifacts_dir"/memorandum.$t | cut -d' ' -f1-2)
     actual=$("$groff" -mm -dmT=$t -Tascii -P-cbou "$input" | cksum \
         | cut -d' ' -f1-2)



reply via email to

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