1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00
samba-mirror/source4/selftest/test_local.sh
Stefan Metzmacher ac5cd254fa r22995: don't run LOCAL-ICONV twice...
metze
(This used to be commit 9aa328fbf6f78c02a1bdeeb125cdb27414c892c0)
2007-10-10 14:52:38 -05:00

17 lines
360 B
Bash
Executable File

#!/bin/sh
local_tests=`bin/smbtorture --list | grep "^LOCAL-" | xargs`
incdir=`dirname $0`
. $incdir/test_functions.sh
# the local tests don't need smbd
SMBD_TEST_FIFO=""
export SMBD_TEST_FIFO
for t in $local_tests; do
plantest "$t" none $VALGRIND bin/smbtorture $TORTURE_OPTIONS ncalrpc: $t "$*"
done
plantest "tdb stress" none $VALGRIND bin/tdbtorture