r21029: - Remove now unused failure checking code
[bbaumbach/samba-autobuild/.git] / source4 / script / tests / test_quick.sh
index 6f6e01e5a5b7b3bddfe45fb02cc34d4377d52f61..31bbc75534645f8f467b24efd4a8e0a310391d2c 100755 (executable)
@@ -32,7 +32,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