r21528: This file gets called by testit(), so it shouldn't call testit().
authorBrad Henry <brad@samba.org>
Sat, 24 Feb 2007 18:57:29 +0000 (18:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:52 +0000 (14:48 -0500)
NET tests against Windows weren't getting run, testit() here just created a recipe.

source/script/tests/win/wintest_net.sh

index b4215212711862eb83278e34a3dbf1970d09950a..9cd10ad2e0cef49abb82ee5c19afbf99bedf7023 100755 (executable)
@@ -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