summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-26 00:23:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:49 -0500
commit244882311bc93f0bee325901b082420a96f3f798 (patch)
treeef72e2b27e4df21a1b892083148118d44e2ec872 /source4/script
parent71f057adb763ca08ed26846ab8f30b3ecaa6538c (diff)
downloadsamba-244882311bc93f0bee325901b082420a96f3f798.tar.gz
samba-244882311bc93f0bee325901b082420a96f3f798.tar.bz2
samba-244882311bc93f0bee325901b082420a96f3f798.zip
r7915: report the number of failed tests so far when running 'make test' interactively
(This used to be commit 56aff58e93cdaa9b9bd90827de8f9ea9cefc6c12)
Diffstat (limited to 'source4/script')
-rw-r--r--source4/script/tests/test_functions.sh2
1 files changed, 1 insertions, 1 deletions
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"