Author: shuston
Date: Sat Sep 17 23:09:54 2011
New Revision: 1172143

URL: http://svn.apache.org/viewvc?rev=1172143&view=rev
Log:
NO_JIRA - fix PYTHONPATH to pick up qmf and enable to store recovery tests to 
run.

Modified:
    qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1

Modified: qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1?rev=1172143&r1=1172142&r2=1172143&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1 (original)
+++ qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1 Sat Sep 17 23:09:54 2011
@@ -111,7 +111,7 @@ Invoke-Expression "$prog --quit --port $
 # 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") {



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to