1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00
Jelmer Vernooij ab055fb990 r24894: Run the libnet tests over just one DCE/RPC transport. Other DCE/RPC tests already check
that the DCE/RPC library and interfaces work ok.
(This used to be commit d392d6e92b4145106e073ec4410796e3913320c0)
2007-10-10 15:03:31 -05:00

13 lines
368 B
Bash
Executable File

#!/bin/sh
# add tests to this list as they start passing, so we test
# that they stay passing
incdir=`dirname $0`
. $incdir/test_functions.sh
tests=`$samba4bindir/smbtorture --list | grep ^NET-`
for t in $tests; do
plantest "$t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS "\$SERVER[$VALIDATE]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*"
done