summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorBrad Henry <brad@samba.org>2007-02-22 00:11:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:44 -0500
commit81adf162a80b6b0c6c24d40f783ddcd1c9813532 (patch)
treeafbec36a699d241245d3db8c7c0262e19e2bfd87 /source4/script
parent48b0dabdbaf7538e0896dd137eec5cc97b50a59d (diff)
downloadsamba-81adf162a80b6b0c6c24d40f783ddcd1c9813532.tar.gz
samba-81adf162a80b6b0c6c24d40f783ddcd1c9813532.tar.bz2
samba-81adf162a80b6b0c6c24d40f783ddcd1c9813532.zip
r21495: Pass the VM .vmx file path to wintest_2k3_dc.sh on the command line.
(This used to be commit 06bf94781e688c57f625161722e0a25af5a8d2e3)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_win.sh2
-rwxr-xr-xsource4/script/tests/win/wintest_2k3_dc.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/script/tests/test_win.sh b/source4/script/tests/test_win.sh
index 577282b3ae..48cae0418e 100755
--- a/source4/script/tests/test_win.sh
+++ b/source4/script/tests/test_win.sh
@@ -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
diff --git a/source4/script/tests/win/wintest_2k3_dc.sh b/source4/script/tests/win/wintest_2k3_dc.sh
index ee69a9834a..075b479d92 100755
--- a/source4/script/tests/win/wintest_2k3_dc.sh
+++ b/source4/script/tests/win/wintest_2k3_dc.sh
@@ -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."