1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r21528: This file gets called by testit(), so it shouldn't call testit().

NET tests against Windows weren't getting run, testit() here just created a recipe.
(This used to be commit c71dee3402)
This commit is contained in:
Brad Henry 2007-02-24 18:57:29 +00:00 committed by Gerald (Jerry) Carter
parent 8d569e174f
commit c7e06e88ae

View File

@ -52,10 +52,8 @@ for o in $bind_options; do
for t in $net_test; do
test_name="$t on $transport with $o"
testit "$test_name" $SMBTORTURE_BIN_PATH \
-U $username%$password \
-W $domain \
$transport:$server[$o] \
$SMBTORTURE_BIN_PATH -U $username%$password \
-W $domain $transport:$server[$o] \
$t || on_error "\n$test_name failed."
done
done