Fix test makefiile glitch.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 14 Aug 2023 08:50:19 +0000 (04:50 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 14 Aug 2023 08:50:19 +0000 (04:50 -0400)
test/Makefile

index 11be77ca2d92633423ec5c9c10ad3195e21c5e47..dd1f5740669c5e8d269266091dcc00d6312b3c1c 100644 (file)
@@ -24,7 +24,7 @@ buildregress:
            fi \
        done
 regress:
-       echo "1..$$(ls *.log | wc -l)"
+       @echo "1..$$(ls *.log | wc -l)"
        @for test in $(TESTLOADS); \
        do \
            if [ ! -f $${test}.tst ] ; \