gbranden pushed a commit to branch master
in repository groff.

commit ecaae2236db178f37dee4c849b82fa96317dd9bb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jan 13 09:52:13 2026 -0600

    [mm,preconv,refer]: Fix test script output nit.
    
    Almost all of our 300+ test scripts--the subset that perform multiple
    checks, at any rate--prefix "FAILED" with an ellipsis.  These didn't.
    Fix that.
---
 contrib/mm/tests/letter-with-bottom-block-works.sh              | 2 +-
 contrib/mm/tests/letters-format-correctly.sh                    | 2 +-
 contrib/mm/tests/memoranda-format-correctly.sh                  | 2 +-
 contrib/mm/tests/place-equation-labels-correctly-in-displays.sh | 2 +-
 contrib/mm/tests/remove-stale-bib-entry-data.sh                 | 2 +-
 contrib/mm/tests/short-pages-do-not-overflow-stack.sh           | 2 +-
 src/preproc/preconv/tests/do-not-seek-the-unseekable.sh         | 2 +-
 src/preproc/refer/tests/report-correct-line-numbers.sh          | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/contrib/mm/tests/letter-with-bottom-block-works.sh 
b/contrib/mm/tests/letter-with-bottom-block-works.sh
index 24c554ead..21aeb7530 100755
--- a/contrib/mm/tests/letter-with-bottom-block-works.sh
+++ b/contrib/mm/tests/letter-with-bottom-block-works.sh
@@ -26,7 +26,7 @@ groff="${abs_top_builddir:-.}/test-groff"
 fail=
 
 wail () {
-    echo FAILED >&2
+    echo ...FAILED >&2
     fail=YES
 }
 
diff --git a/contrib/mm/tests/letters-format-correctly.sh 
b/contrib/mm/tests/letters-format-correctly.sh
index 35d21b029..77c179b8c 100755
--- a/contrib/mm/tests/letters-format-correctly.sh
+++ b/contrib/mm/tests/letters-format-correctly.sh
@@ -23,7 +23,7 @@ groff="${abs_top_builddir:-.}/test-groff"
 fail=
 
 wail () {
-    echo FAILED >&2
+    echo ...FAILED >&2
     fail=YES
 }
 
diff --git a/contrib/mm/tests/memoranda-format-correctly.sh 
b/contrib/mm/tests/memoranda-format-correctly.sh
index dac6c6a72..cdd794f56 100755
--- a/contrib/mm/tests/memoranda-format-correctly.sh
+++ b/contrib/mm/tests/memoranda-format-correctly.sh
@@ -22,7 +22,7 @@ groff="${abs_top_builddir:-.}/test-groff"
 fail=
 
 wail () {
-    echo FAILED >&2
+    echo ...FAILED >&2
     fail=YES
 }
 
diff --git a/contrib/mm/tests/place-equation-labels-correctly-in-displays.sh 
b/contrib/mm/tests/place-equation-labels-correctly-in-displays.sh
index ed04214a1..573a1a7e0 100755
--- a/contrib/mm/tests/place-equation-labels-correctly-in-displays.sh
+++ b/contrib/mm/tests/place-equation-labels-correctly-in-displays.sh
@@ -23,7 +23,7 @@ groff="${abs_top_builddir:-.}/test-groff"
 fail=
 
 wail () {
-    echo FAILED >&2
+    echo ...FAILED >&2
     fail=YES
 }
 
diff --git a/contrib/mm/tests/remove-stale-bib-entry-data.sh 
b/contrib/mm/tests/remove-stale-bib-entry-data.sh
index 257c3f177..65689545e 100755
--- a/contrib/mm/tests/remove-stale-bib-entry-data.sh
+++ b/contrib/mm/tests/remove-stale-bib-entry-data.sh
@@ -23,7 +23,7 @@ groff="${abs_top_builddir:-.}/test-groff"
 fail=
 
 wail () {
-    echo FAILED >&2
+    echo ...FAILED >&2
     fail=YES
 }
 
diff --git a/contrib/mm/tests/short-pages-do-not-overflow-stack.sh 
b/contrib/mm/tests/short-pages-do-not-overflow-stack.sh
index a802850f0..7712ca4f5 100755
--- a/contrib/mm/tests/short-pages-do-not-overflow-stack.sh
+++ b/contrib/mm/tests/short-pages-do-not-overflow-stack.sh
@@ -22,7 +22,7 @@ groff="${abs_top_builddir:-.}/test-groff"
 fail=
 
 wail () {
-    echo FAILED >&2
+    echo ...FAILED >&2
     fail=YES
 }
 
diff --git a/src/preproc/preconv/tests/do-not-seek-the-unseekable.sh 
b/src/preproc/preconv/tests/do-not-seek-the-unseekable.sh
index 48a353b0a..7207cd7bd 100755
--- a/src/preproc/preconv/tests/do-not-seek-the-unseekable.sh
+++ b/src/preproc/preconv/tests/do-not-seek-the-unseekable.sh
@@ -25,7 +25,7 @@ preconv="${abs_top_builddir:-.}/preconv"
 fail=
 
 wail () {
-    echo FAILED >&2
+    echo ...FAILED >&2
     fail=YES
 }
 
diff --git a/src/preproc/refer/tests/report-correct-line-numbers.sh 
b/src/preproc/refer/tests/report-correct-line-numbers.sh
index 38d83fb72..06e0b61f2 100755
--- a/src/preproc/refer/tests/report-correct-line-numbers.sh
+++ b/src/preproc/refer/tests/report-correct-line-numbers.sh
@@ -23,7 +23,7 @@ refer="${abs_top_builddir:-.}/refer"
 fail=
 
 wail () {
-    echo FAILED >&2
+    echo ...FAILED >&2
     fail=YES
 }
 

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

Reply via email to