From 26d81efa13c8878f4584a721a3f0ea72ce27775f Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 21 Apr 2010 21:25:55 +0000 Subject: Add QMF_LIB to PYTHONPATH to pick up qmf.console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@936520 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_acl_tests.ps1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/tests/run_acl_tests.ps1 b/cpp/src/tests/run_acl_tests.ps1 index e2b388a43f..81c10e03f0 100644 --- a/cpp/src/tests/run_acl_tests.ps1 +++ b/cpp/src/tests/run_acl_tests.ps1 @@ -25,8 +25,11 @@ if (!(Test-Path $PYTHON_DIR -pathType Container)) { "Skipping acl tests as python libs not found" exit 1 } -$env:PYTHONPATH="$PYTHON_DIR;$srcdir" -$BROKER_EXE = "" + +$PYTHON_TEST_DIR = "$srcdir\..\..\..\tests\src\py" +$QMF_LIB = "$srcdir\..\..\..\extras\qmf\src\py" +$env:PYTHONPATH="$PYTHON_DIR;$srcdir;$PYTHON_TEST_DIR;$QMF_LIB" +$Global:BROKER_EXE = "" Function start_broker($acl_options) { @@ -58,7 +61,7 @@ Function start_broker($acl_options) Function stop_broker { - "Stoppping $BROKER_EXE" + "Stopping $BROKER_EXE" Invoke-Expression "$BROKER_EXE --no-module-dir -q --port $env:BROKER_PORT" | Write-Output Remove-Item qpidd.port } -- cgit v1.2.1