gbranden pushed a commit to branch master
in repository groff.

commit 656418a6ec046c0a867d9061fa528c2193b4251c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 6 02:37:22 2025 -0600

    [groff]: Make test script less garrulous.
    
    This script produces a _lot_ of output, and when a check fails, the
    result is likely to be either uninteresting or noisy, such that a close
    investigation would be necessary anyway.
---
 src/roff/groff/tests/check-delimiter-validity.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/roff/groff/tests/check-delimiter-validity.sh 
b/src/roff/groff/tests/check-delimiter-validity.sh
index 2b9123a94..b586b7336 100755
--- a/src/roff/groff/tests/check-delimiter-validity.sh
+++ b/src/roff/groff/tests/check-delimiter-validity.sh
@@ -33,7 +33,6 @@ do
          >&2
     output=$(printf '\\l%c1n+2n\\&_%c\n' "$c" "$c" \
       | "$groff" -w delim -T ascii | sed '/^$/d')
-    echo "$output"
     echo "$output" | grep -Fqx ___ || wail
 done
 
@@ -43,7 +42,6 @@ do
          >&2
     output=$(printf '\\l%c1n+2n\\&_%c\n' "$c" "$c" \
       | "$groff" -w delim -T ascii | sed '/^$/d')
-    echo "$output"
     echo "$output" | grep -qx 1n+2n_. || wail
 done
 
@@ -57,7 +55,6 @@ do
          "in compatibility mode" >&2
     output=$(printf '\\o%c__%c__\n' "$c" "$c" \
       | "$groff" -C -w delim -T ascii -P -cbou | sed '/^$/d')
-    echo "$output"
     echo "$output" | grep -Fqx ___ || wail
 done
 
@@ -69,7 +66,6 @@ do
          "in compatibility mode" >&2
     output=$(printf '_\\h%c1n+2n%c_\n' "$c" "$c" \
       | "$groff" -C -w delim -T ascii | sed '/^$/d')
-    echo "$output"
     echo "$output" | grep -Fqx '_   _' || wail
 done
 
@@ -94,7 +90,6 @@ do
          "in compatibility mode" >&2
     output=$(printf '.if %c@@@%c@@@%c ___\n' "$c" "$c" "$c" \
       | "$groff" -C -w delim -T ascii | sed '/^$/d')
-    echo "$output"
     echo "$output" | grep -Fqx ___ || wail
 done
 

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

Reply via email to