]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: ceph-helpers.sh reduce get_timeout_delays() verbosity 13257/head
authorKefu Chai <kchai@redhat.com>
Sat, 4 Feb 2017 06:28:59 +0000 (14:28 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 4 Feb 2017 09:10:49 +0000 (17:10 +0800)
commit389bd00da35d1309e165c98fcfb4f917a95ea4ca
tree95000bea6cf86022dba220b7caa0da182398502b
parent21cdcfcc660fc39e272d1bbdf9f367f6d5d17e4d
tests: ceph-helpers.sh reduce get_timeout_delays() verbosity

`set +o` prints out the full command line which is echoed if "xtrace" is
enabled. this increases the verbosity of get_timeout_delays().
in this change, we follow the way of kill_daemons() to kill the extra
output. see aefcf6d.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/workunits/ceph-helpers.sh