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

brad at samba.org brad at samba.org
Fri Feb 23 18:02:16 GMT 2007


Author: brad
Date: 2007-02-23 18:02:16 +0000 (Fri, 23 Feb 2007)
New Revision: 21522

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

Log:
Stop passing the VM config file path to wintest_2k3_dc.sh on the command line.

Forgot this one in the last commit.

Modified:
   branches/SAMBA_4_0/source/script/tests/test_win.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_win.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_win.sh	2007-02-23 18:01:18 UTC (rev 21521)
+++ branches/SAMBA_4_0/source/script/tests/test_win.sh	2007-02-23 18:02:16 UTC (rev 21522)
@@ -38,5 +38,5 @@
 dc_tests="RPC-DRSUAPI RPC-SPOOLSS ncacn_np ncacn_ip_tcp"
 for name in $dc_tests; do
 	testit "$name against Windows 2003 DC" $WINTEST_DIR/wintest_2k3_dc.sh \
-		"$name" "$WIN2K3_DC_VM_CFG_PATH"
+		"$name"
 done



More information about the samba-cvs mailing list