From: Loic Dachary Date: Thu, 13 Nov 2014 16:33:42 +0000 (+0100) Subject: tests: run ceph_objectstore_tool.py from make check X-Git-Tag: v0.90~81^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6d04b3c13ab403abba1595ee5d98e31580a95f3f;p=ceph.git tests: run ceph_objectstore_tool.py from make check http://tracker.ceph.com/issues/10064 Fixes: #10064 Signed-off-by: Loic Dachary --- diff --git a/src/test/Makefile.am b/src/test/Makefile.am index d9e60f89acf6..ce9110652e76 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -237,6 +237,7 @@ bin_DEBUGPROGRAMS += ceph_bench_log ## Unit tests check_SCRIPTS += \ + test/ceph_objectstore_tool.py \ test/cephtool-test-osd.sh \ test/cephtool-test-mon.sh \ test/cephtool-test-mds.sh \