From 37a13964ef7529cdcfee426e881a8a73fc027e03 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 26 Jan 2007 13:33:06 +0000 Subject: r21029: - Remove now unused failure checking code - Use --list option for smbtorture for local and nbt tests as well (This used to be commit 053d5a40bc96b9503220f17f59677a0df6677a1e) --- source4/script/tests/test_simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script/tests/test_simple.sh') diff --git a/source4/script/tests/test_simple.sh b/source4/script/tests/test_simple.sh index fd63c28a79..7193cc8329 100755 --- a/source4/script/tests/test_simple.sh +++ b/source4/script/tests/test_simple.sh @@ -27,7 +27,7 @@ for t in $tests; do fi start="" name="$t" - testit "$name" $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS $unc -U"$username"%"$password" $t || failed=`expr $failed + 1` + testit "$name" $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS $unc -U"$username"%"$password" $t done testok $0 $failed -- cgit