diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-26 13:33:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:22 -0500 |
commit | 37a13964ef7529cdcfee426e881a8a73fc027e03 (patch) | |
tree | b9e34550059d3cb8861f59184ba3b68b91b65c67 /source4/script/tests/test_rpc.sh | |
parent | 5c847a00a7eccc190b1d63a3fca1420db8543edf (diff) | |
download | samba-37a13964ef7529cdcfee426e881a8a73fc027e03.tar.gz samba-37a13964ef7529cdcfee426e881a8a73fc027e03.tar.bz2 samba-37a13964ef7529cdcfee426e881a8a73fc027e03.zip |
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)
Diffstat (limited to 'source4/script/tests/test_rpc.sh')
-rwxr-xr-x | source4/script/tests/test_rpc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/test_rpc.sh b/source4/script/tests/test_rpc.sh index 228e5668b4..8e709d9a47 100755 --- a/source4/script/tests/test_rpc.sh +++ b/source4/script/tests/test_rpc.sh @@ -35,7 +35,7 @@ for bindoptions in seal,padcheck $VALIDATE bigendian; do esac for t in $tests; do name="$t on $transport with $bindoptions" - testit "$name" $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"$server[$bindoptions]" -U"$username"%"$password" -W $domain $t "$*" || failed=`expr $failed + 1` + testit "$name" $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"$server[$bindoptions]" -U"$username"%"$password" -W $domain $t "$*" done done done @@ -49,7 +49,7 @@ for bindoptions in connect $VALIDATE ; do esac for t in $tests; do name="$t on $transport with $bindoptions" - testit "$name" $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"$server[$bindoptions]" -U"$username"%"$password" -W $domain $t "$*" || failed=`expr $failed + 1` + testit "$name" $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"$server[$bindoptions]" -U"$username"%"$password" -W $domain $t "$*" done done done |