mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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:
parent
8d569e174f
commit
c7e06e88ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user