From 062b2d4764f60119718b5c601251ce91a8ec71a6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 2 Sep 2007 18:25:59 +0000 Subject: r24905: Actually run the transport-independent tests, rather than just the transport-dependent ones again... (This used to be commit 82da9d7d62fac7ee32a6f88308f39cbec0b67197) --- source4/selftest/test_rpc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit