From 244882311bc93f0bee325901b082420a96f3f798 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 26 Jun 2005 00:23:06 +0000 Subject: r7915: report the number of failed tests so far when running 'make test' interactively (This used to be commit 56aff58e93cdaa9b9bd90827de8f9ea9cefc6c12) --- source4/script/tests/test_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index fa007f7cae..d435f2b8a8 100644 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -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" -- cgit