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