blob: 5f53b4efeda027be20a2d82a34585ddc384f4f4e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
incdir=`dirname $0`
. $incdir/test_functions.sh
for t in `$samba4bindir/smbtorture --list | grep "^LOCAL-" | xargs`; do
plantest "$t" none $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS ncalrpc: $t "$*"
done
plantest "tdb stress" none $VALGRIND $samba4bindir/tdbtorture
|