summaryrefslogtreecommitdiff
path: root/source4/selftest/test_simple.sh
blob: a4a672cd5bd7085971969b7713ecde52c716eb59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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
    name="$t"
    plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
done