summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2011-09-17 23:09:54 +0000
committerStephen D. Huston <shuston@apache.org>2011-09-17 23:09:54 +0000
commit781d70d16a9076ab65f5f77b74bf8d49f25c3f21 (patch)
treed9ccfb21c876c3d1739424fee12089541f8bd806 /qpid/cpp/src/tests
parent17ff9f82669adbf20c6a86f1c9c47cff7b764cb6 (diff)
downloadqpid-python-781d70d16a9076ab65f5f77b74bf8d49f25c3f21.tar.gz
NO_JIRA - fix PYTHONPATH to pick up qmf and enable to store recovery tests to run.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1172143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/run_store_tests.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_store_tests.ps1 b/qpid/cpp/src/tests/run_store_tests.ps1
index 76b46737f0..b2f0b1ccd8 100644
--- a/qpid/cpp/src/tests/run_store_tests.ps1
+++ b/qpid/cpp/src/tests/run_store_tests.ps1
@@ -111,7 +111,7 @@ Invoke-Expression "$prog --quit --port $env:QPID_PORT" | Write-Output
# Test 2... store.py starts/stops/restarts its own brokers
$tests = "*"
-$env:PYTHONPATH="$PYTHON_DIR;$srcdir"
+$env:PYTHONPATH="$PYTHON_DIR;$QMF_LIB;$srcdir"
$env:QPIDD_EXEC="$prog"
$env:STORE_LIB="$store_dir\store$suffix.dll"
if ($test_store -eq "MSSQL") {