groff-commit
[Top][All Lists]
Advanced

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

[groff] 15/25: [mm]: Make actual test output more observable.


From: G. Branden Robinson
Subject: [groff] 15/25: [mm]: Make actual test output more observable.
Date: Tue, 29 Oct 2024 02:26:05 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 7a386b93ecc5166799a6235c37be9c677597d2ab
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Oct 27 21:38:41 2024 -0500

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

diff --git a/contrib/mm/tests/letters-format-correctly.sh 
b/contrib/mm/tests/letters-format-correctly.sh
index 991a35775..28353a0af 100755
--- a/contrib/mm/tests/letters-format-correctly.sh
+++ b/contrib/mm/tests/letters-format-correctly.sh
@@ -64,6 +64,7 @@ input="$examples_dir"/letter.mm
 for t in BL SB FB SP
 do
     echo "checking formatting of LT type '$t'" >&2
+    "$groff" -ww -m m -d lT=$t -T ascii -P -cbou "$input"
     expected=$(cksum "$artifacts_dir"/letter.$t | cut -d' ' -f1-2)
     actual=$("$groff" -ww -mm -dlT=$t -Tascii -P-cbou "$input" | cksum \
         | cut -d' ' -f1-2)



reply via email to

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