X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=test%2FMakefile;fp=test%2FMakefile;h=dd1f5740669c5e8d269266091dcc00d6312b3c1c;hp=11be77ca2d92633423ec5c9c10ad3195e21c5e47;hb=3e07a4f55fffad24b7ef47530d8b48becd7db889;hpb=ee0942988382a9a3fbcd718cc8783367b06734fb diff --git a/test/Makefile b/test/Makefile index 11be77c..dd1f574 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 ] ; \