diff options
| author | Gordon Sim <gsim@apache.org> | 2009-05-29 15:50:54 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-05-29 15:50:54 +0000 |
| commit | 770f751a27220a1a81680cfdff041684778e5f85 (patch) | |
| tree | bfbd6828c234469b40e9ce931f92be325fd6a4da /qpid/cpp | |
| parent | 38b7b113a6215cbc145c57359ae08422818420ad (diff) | |
| download | qpid-python-770f751a27220a1a81680cfdff041684778e5f85.tar.gz | |
make cluster.py executable fix typo in test script
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rwxr-xr-x[-rw-r--r--] | qpid/cpp/src/tests/cluster.py | 0 | ||||
| -rwxr-xr-x | qpid/cpp/src/tests/run_cluster_tests | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.py b/qpid/cpp/src/tests/cluster.py index 87c9b363a8..87c9b363a8 100644..100755 --- a/qpid/cpp/src/tests/cluster.py +++ b/qpid/cpp/src/tests/cluster.py diff --git a/qpid/cpp/src/tests/run_cluster_tests b/qpid/cpp/src/tests/run_cluster_tests index dca2f89899..5a1935a91a 100755 --- a/qpid/cpp/src/tests/run_cluster_tests +++ b/qpid/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 |
