You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2010/04/28 22:30:23 UTC

svn commit: r939078 - /qpid/trunk/qpid/cpp/src/tests/run_federation_tests.ps1

Author: shuston
Date: Wed Apr 28 20:30:23 2010
New Revision: 939078

URL: http://svn.apache.org/viewvc?rev=939078&view=rev
Log:
Fix PYTHONPATH to pick federation from the tests source dir.

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

Modified: qpid/trunk/qpid/cpp/src/tests/run_federation_tests.ps1
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/run_federation_tests.ps1?rev=939078&r1=939077&r2=939078&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/run_federation_tests.ps1 (original)
+++ qpid/trunk/qpid/cpp/src/tests/run_federation_tests.ps1 Wed Apr 28 20:30:23 2010
@@ -73,7 +73,7 @@ trap {
 
 &start_brokers
 "Running federation tests using brokers on ports $env:LOCAL_PORT $env:REMOTE_PORT"
-$env:PYTHONPATH="$PYTHON_DIR;$PYTHON_TEST_DIR;$env:PYTHONPATH;$QMF_LIB"
+$env:PYTHONPATH="$srcdir;$PYTHON_DIR;$PYTHON_TEST_DIR;$env:PYTHONPATH;$QMF_LIB"
 $tests = "*"
 Invoke-Expression "python $PYTHON_DIR/qpid-python-test -m federation -b localhost:$env:LOCAL_PORT -Dremote-port=$env:REMOTE_PORT $tests" | Out-Default
 $RETCODE=$LASTEXITCODE



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