From 58fae72a6e0f73226a5e4eb7e879810e602fb3d8 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 29 May 2009 15:50:54 +0000 Subject: make cluster.py executable fix typo in test script git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@780018 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster.py | 0 cpp/src/tests/run_cluster_tests | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 cpp/src/tests/cluster.py (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/cluster.py b/cpp/src/tests/cluster.py old mode 100644 new mode 100755 diff --git a/cpp/src/tests/run_cluster_tests b/cpp/src/tests/run_cluster_tests index dca2f89899..5a1935a91a 100755 --- a/cpp/src/tests/run_cluster_tests +++ b/cpp/src/tests/run_cluster_tests @@ -48,7 +48,7 @@ export RUN_CLUSTER_TESTS=1 export QPIDD_EXEC=$srcdir/../qpidd export CLUSTER_LIB=$srcdir/../.libs/cluster.so export QPID_CONFIG_EXEC=$srcdir/../../../python/commands/qpid-config -export QPID_ROUTE_EXEC=$srcdir/../../../python/commands/qpid-config +export QPID_ROUTE_EXEC=$srcdir/../../../python/commands/qpid-route export RECEIVER_EXEC=$srcdir/receiver export SENDER_EXEC=$srcdir/sender -- cgit v1.2.1