svn commit: samba r21528 - in branches/SAMBA_4_0/source/script/tests/win: .

brad at samba.org brad at samba.org
Sat Feb 24 18:57:29 GMT 2007


Author: brad
Date: 2007-02-24 18:57:29 +0000 (Sat, 24 Feb 2007)
New Revision: 21528

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21528

Log:
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.


Modified:
   branches/SAMBA_4_0/source/script/tests/win/wintest_net.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/win/wintest_net.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/win/wintest_net.sh	2007-02-24 14:25:41 UTC (rev 21527)
+++ branches/SAMBA_4_0/source/script/tests/win/wintest_net.sh	2007-02-24 18:57:29 UTC (rev 21528)
@@ -52,10 +52,8 @@
 
 		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



More information about the samba-cvs mailing list