summaryrefslogtreecommitdiff
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
commitf1b244ae11f6edf458c153967d1cfca054297212 (patch)
tree5359376a9d5c4dddbd421ad4e3fadc1ef524023a
parentbe7b4ffd5eb7d82638f4f88112189f648f4c26cc (diff)
downloadqpid-python-f1b244ae11f6edf458c153967d1cfca054297212.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/qpid@1172143 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/tests/run_store_tests.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/run_store_tests.ps1 b/cpp/src/tests/run_store_tests.ps1
index 76b46737f0..b2f0b1ccd8 100644
--- a/cpp/src/tests/run_store_tests.ps1
+++ b/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") {