diff options
Diffstat (limited to 'source4/script/tests/test_simple.sh')
-rwxr-xr-x | source4/script/tests/test_simple.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/script/tests/test_simple.sh b/source4/script/tests/test_simple.sh index cec4f7f4c9..56db719001 100755 --- a/source4/script/tests/test_simple.sh +++ b/source4/script/tests/test_simple.sh @@ -20,15 +20,11 @@ incdir=`dirname $0` tests="BASE-RW1" -failed=0 for t in $tests; do if [ ! -z "$start" -a "$start" != $t ]; then continue; fi start="" name="$t" - testit "$name" smb $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS $unc -U"$username"%"$password" $t + plantest "$name" smb $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS $unc -U"$username"%"$password" $t done - -testok $0 $failed - |