r24905: Actually run the transport-independent tests, rather than just the transport...
authorJelmer Vernooij <jelmer@samba.org>
Sun, 2 Sep 2007 18:25:59 +0000 (18:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:03:35 +0000 (15:03 -0500)
(This used to be commit 82da9d7d62fac7ee32a6f88308f39cbec0b67197)

source4/selftest/test_rpc.sh

index f4ee59f470f4aaa6fe1b8cb98068b40772a62ae4..39efccc0d383eaee6ca375d13648ef2e8dd2fd72 100755 (executable)
@@ -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