From c7e06e88ae5e9801c98e8d2e9cb1c25f437b724a Mon Sep 17 00:00:00 2001 From: Brad Henry Date: Sat, 24 Feb 2007 18:57:29 +0000 Subject: [PATCH] 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 c71dee34025b152d1af209b06023e30d2539fbc0) --- source4/script/tests/win/wintest_net.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source4/script/tests/win/wintest_net.sh b/source4/script/tests/win/wintest_net.sh index b4215212711..9cd10ad2e0c 100755 --- a/source4/script/tests/win/wintest_net.sh +++ b/source4/script/tests/win/wintest_net.sh @@ -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 -- 2.11.4.GIT