summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_rpc_quick.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests/test_rpc_quick.sh')
-rwxr-xr-xsource4/script/tests/test_rpc_quick.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/script/tests/test_rpc_quick.sh b/source4/script/tests/test_rpc_quick.sh
index e01c6d1d10..3526c53c3b 100755
--- a/source4/script/tests/test_rpc_quick.sh
+++ b/source4/script/tests/test_rpc_quick.sh
@@ -22,7 +22,6 @@ shift 4
incdir=`dirname $0`
. $incdir/test_functions.sh
-failed=0
for bindoptions in seal,padcheck $VALIDATE bigendian; do
for transport in ncalrpc ncacn_np ncacn_ip_tcp; do
case $transport in
@@ -32,9 +31,7 @@ for bindoptions in seal,padcheck $VALIDATE bigendian; do
esac
for t in $tests; do
name="$t on $transport with $bindoptions"
- testit "$name" rpc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"$server[$bindoptions]" -U"$username"%"$password" -W $domain $t "$*"
+ plantest "$name" rpc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"$server[$bindoptions]" -U"$username"%"$password" -W $domain $t "$*"
done
done
done
-
-testok $0 $failed