diff options
| author | Alan Conway <aconway@apache.org> | 2009-01-29 18:18:52 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-01-29 18:18:52 +0000 |
| commit | cd7e007f8f931f994c829e9853ecfbb469cb20aa (patch) | |
| tree | 2f802a6f595c200968b57dab0c4e1b11a8ee3b1a /cpp/src/tests/stop_cluster | |
| parent | a87557a9083d558251e9a6ac4f1b544797f41429 (diff) | |
| download | qpid-python-cd7e007f8f931f994c829e9853ecfbb469cb20aa.tar.gz | |
Run python tests against a single-member cluster in check-long.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@738947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/stop_cluster')
| -rwxr-xr-x | cpp/src/tests/stop_cluster | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/stop_cluster b/cpp/src/tests/stop_cluster index b3f0e7395e..24b556a63b 100755 --- a/cpp/src/tests/stop_cluster +++ b/cpp/src/tests/stop_cluster @@ -25,7 +25,7 @@ PORTS=`cat cluster.ports` for PORT in $PORTS ; do ../qpidd -qp $PORT || ERROR="$ERROR $PORT" done -rm -f cluster.ports +rm -f cluster.ports qpidd.port if [ -n "$ERROR" ]; then echo "Errors stopping brokers on ports: $ERROR" |
