Author: brad Date: 2007-02-22 00:11:20 +0000 (Thu, 22 Feb 2007) New Revision: 21495
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21495 Log: Pass the VM .vmx file path to wintest_2k3_dc.sh on the command line. Modified: branches/SAMBA_4_0/source/script/tests/test_win.sh branches/SAMBA_4_0/source/script/tests/win/wintest_2k3_dc.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-21 22:50:55 UTC (rev 21494) +++ branches/SAMBA_4_0/source/script/tests/test_win.sh 2007-02-22 00:11:20 UTC (rev 21495) @@ -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" + "$name" "$WIN2K3_DC_VM_CFG_PATH" done Modified: branches/SAMBA_4_0/source/script/tests/win/wintest_2k3_dc.sh =================================================================== --- branches/SAMBA_4_0/source/script/tests/win/wintest_2k3_dc.sh 2007-02-21 22:50:55 UTC (rev 21494) +++ branches/SAMBA_4_0/source/script/tests/win/wintest_2k3_dc.sh 2007-02-22 00:11:20 UTC (rev 21495) @@ -8,6 +8,7 @@ fi TESTGROUP=$1 +export WIN2K3_DC_VM_CFG_PATH=$2 if [ -z $WINTEST_DIR ]; then echo "Environment variable WINTEST_DIR not found."