summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
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