You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/02/19 13:19:16 UTC

svn commit: r745834 - /qpid/trunk/qpid/cpp/src/tests/federated_cluster_test

Author: gsim
Date: Thu Feb 19 12:19:15 2009
New Revision: 745834

URL: http://svn.apache.org/viewvc?rev=745834&view=rev
Log:
Ensure pythonpath is set correctly


Modified:
    qpid/trunk/qpid/cpp/src/tests/federated_cluster_test

Modified: qpid/trunk/qpid/cpp/src/tests/federated_cluster_test
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/federated_cluster_test?rev=745834&r1=745833&r2=745834&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/federated_cluster_test (original)
+++ qpid/trunk/qpid/cpp/src/tests/federated_cluster_test Thu Feb 19 12:19:15 2009
@@ -54,6 +54,7 @@
 }
 
 setup() {
+    export PYTHONPATH=$PYTHON_DIR
     #create exchange on both cluster and single broker
     $PYTHON_DIR/commands/qpid-config -a "localhost:$BROKER_A" add exchange direct test-exchange
     $PYTHON_DIR/commands/qpid-config -a "localhost:$NODE_1" add exchange direct test-exchange



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