summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-02 18:25:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:35 -0500
commit062b2d4764f60119718b5c601251ce91a8ec71a6 (patch)
treed860d308e6b4459c97ec3e1c65fedbe95eb9f4d9 /source4
parente94addfd498a1fcd0003c49d9b5b1552965f406b (diff)
downloadsamba-062b2d4764f60119718b5c601251ce91a8ec71a6.tar.gz
samba-062b2d4764f60119718b5c601251ce91a8ec71a6.tar.bz2
samba-062b2d4764f60119718b5c601251ce91a8ec71a6.zip
r24905: Actually run the transport-independent tests, rather than just the transport-dependent ones again...
(This used to be commit 82da9d7d62fac7ee32a6f88308f39cbec0b67197)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/test_rpc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/test_rpc.sh b/source4/selftest/test_rpc.sh
index f4ee59f470..39efccc0d3 100755
--- a/source4/selftest/test_rpc.sh
+++ b/source4/selftest/test_rpc.sh
@@ -38,7 +38,7 @@ for bindoptions in seal,padcheck $VALIDATE bigendian; do
done
for bindoptions in "" $VALIDATE bigendian; do
- for t in $tests; do
+ for t in $auto_rpc_tests; do
plantest "$t with $bindoptions" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS "\$SERVER[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W \$DOMAIN $t "$*"
done
done