diff options
| author | Stephen D. Huston <shuston@apache.org> | 2011-09-17 23:09:54 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2011-09-17 23:09:54 +0000 |
| commit | bdfb16a7aa439615d4b1d0107dbb9cb385800255 (patch) | |
| tree | 5359376a9d5c4dddbd421ad4e3fadc1ef524023a /cpp/src | |
| parent | 8fc2eea51ebc96048429f231adaa50ed1a1486f8 (diff) | |
| download | qpid-python-bdfb16a7aa439615d4b1d0107dbb9cb385800255.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
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/tests/run_store_tests.ps1 | 2 |
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") { |
