]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: remove spurious and harmless find command 1983/head
authorLoic Dachary <loic@dachary.org>
Wed, 18 Jun 2014 13:58:28 +0000 (15:58 +0200)
committerLoic Dachary <loic@dachary.org>
Wed, 18 Jun 2014 13:58:28 +0000 (15:58 +0200)
Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/osd/osd-config.sh

index 1f3831941351cd793e90c1d504e83c36f4d8d4c3..2b58bd955772010d1b61e2d6a50320f3f7cf38ef 100755 (executable)
@@ -42,7 +42,6 @@ function TEST_config_init() {
         --osd-map-cache-size $cache \
         --osd-pg-epoch-persisted-max-stale $stale \
         || return 1
-    find $dir
     CEPH_ARGS='' ./ceph --admin-daemon $dir/ceph-osd.0.asok log flush || return 1
     grep 'is not > osd_map_max_advance' $dir/osd-0.log || return 1
     grep 'is not > osd_pg_epoch_persisted_max_stale' $dir/osd-0.log || return 1