1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00

r7915: report the number of failed tests so far when running 'make test' interactively

This commit is contained in:
Andrew Tridgell
2005-06-26 00:23:06 +00:00
committed by Gerald (Jerry) Carter
parent 0b1323f086
commit 56aff58e93

View File

@@ -80,7 +80,7 @@ testit() {
date
echo "Testing $name"
else
echo "Testing $name"
echo "Testing $name ($failed)"
fi
smbd_check_only && SMBD_IS_UP="yes"