diff options
author | Gordon Sim <gsim@apache.org> | 2009-11-10 09:35:47 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-11-10 09:35:47 +0000 |
commit | 7c58d05f24dcc8e5e8ba050cb52f52328dc6eca9 (patch) | |
tree | 8c4e36dd3431452972e6565595418953c1f61fef /cpp/src | |
parent | 89c3b77553aabbaddd85ec3cebeaa2d5b6782467 (diff) | |
download | qpid-python-7c58d05f24dcc8e5e8ba050cb52f52328dc6eca9.tar.gz |
Add missing cluster_tests.fail file to distribution list.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/cluster.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 9a907f9cce..c5188e292d 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -57,7 +57,8 @@ EXTRA_DIST += \ testlib.py \ brokertest.py \ cluster_tests.py \ - long_cluster_tests.py + long_cluster_tests.py \ + cluster_tests.fail LONG_TESTS += \ run_long_cluster_tests \ |