gbranden pushed a commit to branch master
in repository groff.
commit d835a10272bcf6a7c9f9c9921c8bd9dc47cccb69
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Aug 9 02:59:05 2024 -0500
[nroff]: Give user a hint in test script.
---
src/roff/nroff/tests/verbose_option_works.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/roff/nroff/tests/verbose_option_works.sh
b/src/roff/nroff/tests/verbose_option_works.sh
index 32faab8a3..f42f25ce3 100755
--- a/src/roff/nroff/tests/verbose_option_works.sh
+++ b/src/roff/nroff/tests/verbose_option_works.sh
@@ -46,6 +46,7 @@ PATH=${abs_top_builddir:-.}:$PATH
nroff_ver=$(nroff -v | awk 'NR == 1 {print $NF}')
groff_ver=$(nroff -v | awk 'NR == 2 {print $NF}')
+# If this test is skipped, you may need to `make distclean` and rebuild.
echo nroff: $nroff_ver >&2
echo groff: $groff_ver >&2
if [ "$nroff_ver" != "$groff_ver" ]
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit