mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
1c188069a1
(This used to be commit d5a3ebef36a3feed73817269a41c146230c29de9)
11 lines
289 B
Bash
Executable File
11 lines
289 B
Bash
Executable File
#!/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
|