r21495: Pass the VM .vmx file path to wintest_2k3_dc.sh on the command line.
authorBrad Henry <brad@samba.org>
Thu, 22 Feb 2007 00:11:20 +0000 (00:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:44 +0000 (14:48 -0500)
(This used to be commit 06bf94781e688c57f625161722e0a25af5a8d2e3)

source4/script/tests/test_win.sh
source4/script/tests/win/wintest_2k3_dc.sh

index 577282b3ae826d607df1b774548561837e1db8aa..48cae0418eb1ce774b3d885f2631bc89feb67464 100755 (executable)
@@ -38,5 +38,5 @@ testit "$name" $WINTEST_DIR/wintest_client.sh $SMBTORTURE_REMOTE_HOST
 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
index ee69a9834a4aaace6daa46c0d0da223350eac920..075b479d92c19dce23946ec381039144211ae6b8 100755 (executable)
@@ -8,6 +8,7 @@ exit 1;
 fi
 
 TESTGROUP=$1
+export WIN2K3_DC_VM_CFG_PATH=$2
 
 if [ -z $WINTEST_DIR ]; then
        echo "Environment variable WINTEST_DIR not found."