1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00
samba-mirror/source4/selftest/test_local.sh
Jelmer Vernooij 1c188069a1 r24875: Use more absolute paths to samba4 binaries.
(This used to be commit d5a3ebef36a3feed73817269a41c146230c29de9)
2007-10-10 15:03:25 -05:00

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