From: Loic Dachary Date: Fri, 6 Feb 2015 18:25:40 +0000 (+0100) Subject: tests: run osd-scrub-repair.sh with make check X-Git-Tag: v0.93~39^2~6^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=293cd3921e45f0e75b22e5c5224a4ce7214f0a0f;p=ceph.git tests: run osd-scrub-repair.sh with make check Signed-off-by: Loic Dachary --- diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 3da028fd29e66..f0d06e22b712e 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -251,6 +251,7 @@ check_SCRIPTS += \ test/mon/osd-crush.sh \ test/mon/osd-erasure-code-profile.sh \ test/mon/mkfs.sh \ + test/osd/osd-scrub-repair.sh \ test/osd/osd-config.sh \ test/osd/osd-bench.sh \ test/osd/osd-copy-from.sh \