From: Loic Dachary Date: Wed, 18 Jun 2014 13:58:28 +0000 (+0200) Subject: tests: remove spurious and harmless find command X-Git-Tag: v0.83~79^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1983%2Fhead;p=ceph.git tests: remove spurious and harmless find command Signed-off-by: Loic Dachary --- diff --git a/src/test/osd/osd-config.sh b/src/test/osd/osd-config.sh index 1f3831941351..2b58bd955772 100755 --- a/src/test/osd/osd-config.sh +++ b/src/test/osd/osd-config.sh @@ -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