diff options
author | Sam Lang <sam.lang@inktank.com> | 2013-02-12 11:32:29 -0600 |
---|---|---|
committer | Sam Lang <sam.lang@inktank.com> | 2013-02-12 17:12:35 -0600 |
commit | 376cca2d4d4f548ce6b00b4fc2928d2e6d41038f (patch) | |
tree | 4139752a51907a9b22e65c8b89e201374aec8839 | |
parent | 1b05517a83cb23ee3c2a0ea5835b19bc25e5bc01 (diff) | |
download | ceph-376cca2d4d4f548ce6b00b4fc2928d2e6d41038f.tar.gz |
deb: Add ceph-coverage to ceph-test deb package
Teuthology uses the ceph-coverage script extensively
and expects it to be installed by the ceph task. Add
the script to the ceph-test debian package so that it
gets installed for that use case.
Signed-off-by: Sam Lang <sam.lang@inktank.com>
-rw-r--r-- | debian/ceph-test.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/ceph-test.install b/debian/ceph-test.install index a3648c3d55b..1aba361ee9a 100644 --- a/debian/ceph-test.install +++ b/debian/ceph-test.install @@ -59,3 +59,4 @@ usr/bin/ceph_test_signal_handlers usr/bin/ceph_test_timers usr/bin/ceph_tpbench usr/bin/ceph_xattr_bench +usr/bin/ceph-coverage |