1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source4/selftest/test_simple.sh
Jelmer Vernooij b2c6dd7c89 r25365: Clearer test names
(This used to be commit 85a8c105a4)
2007-10-10 15:07:19 -05:00

14 lines
299 B
Bash
Executable File

#!/bin/sh
# run a quick set of filesystem tests
ADDARGS="$*"
incdir=`dirname $0`
. $incdir/test_functions.sh
tests="BASE-RW1"
for t in $tests; do
plantest "ntvfs/simple $t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
done