From: Eric S. Raymond Date: Wed, 22 Feb 2012 20:32:25 +0000 (-0500) Subject: Output test legends. X-Git-Tag: 2.2~78 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=8e90f6abdb6a4fbc292f7f2185dc309e90e47840;ds=sidebyside Output test legends. --- diff --git a/test/Makefile b/test/Makefile index d77b4e0..d894a02 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,7 +22,7 @@ regress: do \ if [ ! -f $${test}.tst ] ; \ then \ - (if echo "Testing $${test}" >&2; \ + (if echo -n "$${test}: " >&2; grep 'Test' $${test}.log >&2;\ ../sst.py -r $${test}.log >/tmp/regress 2>&1; \ then diff -u $${test}.chk /tmp/regress; \ else echo "*** Nonzero return status on $${test}!"; exit 1; fi;) \