1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-02 13:06:57 +03:00
samba-mirror/source4/script/tests/test_simple.sh
Jelmer Vernooij e338b4b47b r22156: - Lazy evaluate variable names.
- Don't set up environments until necessary

- Add --resetup-environment option

- Add 'none' environment
(This used to be commit ed0410309bfdefb0d31cb247c26b947956fb1137)
2007-10-10 14:49:55 -05:00

15 lines
293 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
name="$t"
plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
done