diff options
author | Alan Conway <aconway@apache.org> | 2011-01-11 15:14:49 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2011-01-11 15:14:49 +0000 |
commit | e00055d161bf4203332ce86a58cfdbcccd01b785 (patch) | |
tree | 73f3e39da447f866f07e9e72da77dd5f808eb455 /cpp/src | |
parent | 82f2bf33f3c39bdcde2720420bb406d9f405ac68 (diff) | |
download | qpid-python-e00055d161bf4203332ce86a58cfdbcccd01b785.tar.gz |
Added cluster_test_logs.py to EXTRA_DIST for use by store tests.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/cluster.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 51bd5930c9..f6cfd7a6ca 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -45,6 +45,7 @@ EXTRA_DIST += \ run_long_cluster_tests \ testlib.py \ cluster_tests.py \ + cluster_test_logs.py \ long_cluster_tests.py \ cluster_tests.fail |