From: Sage Weil Date: Mon, 10 Nov 2014 22:12:11 +0000 (-0800) Subject: qa/workunits/cephtool/test.sh: ceph, not ./ceph X-Git-Tag: v0.88~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c914df2de483e55df809762e45172f034cb849e0;p=ceph.git qa/workunits/cephtool/test.sh: ceph, not ./ceph Fixes: #10053 Signed-off-by: Sage Weil --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 88ed3b19d2d..3dced5b7b88 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -157,7 +157,7 @@ function expect_config_value() function test_mon_injectargs() { - CEPH_ARGS='--mon_debug_dump_location the.dump' ./ceph tell osd.0 injectargs --no-osd_debug_op_order >& $TMPFILE || return 1 + CEPH_ARGS='--mon_debug_dump_location the.dump' ceph tell osd.0 injectargs --no-osd_debug_op_order >& $TMPFILE || return 1 check_response "osd_debug_op_order = 'false'" ! grep "the.dump" $TMPFILE || return 1 ceph tell osd.0 injectargs '--osd_debug_op_order --osd_failsafe_full_ratio .99' >& $TMPFILE || return 1