summaryrefslogtreecommitdiff
path: root/source4/script/tests/win
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/tests/win
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/tests/win')
-rwxr-xr-xsource4/script/tests/win/wintest_2k3_dc.sh1
1 files changed, 1 insertions, 0 deletions
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."