gbranden pushed a commit to branch master
in repository groff.

commit 7a386b93ecc5166799a6235c37be9c677597d2ab
Author: G. Branden Robinson <[email protected]>
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)

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to