From: Willem Jan Withagen Date: Thu, 27 Apr 2017 16:09:03 +0000 (+0200) Subject: ./qa/workunits/ceph-helpers.sh: Do not trace kill_daemon X-Git-Tag: v12.1.0~57^2~35^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f28f4cbc2040159bb8627de727de5eadaf9e36a9;p=ceph.git ./qa/workunits/ceph-helpers.sh: Do not trace kill_daemon Signed-off-by: Willem Jan Withagen --- diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index b8b213356539..0bb099b205f3 100755 --- a/qa/workunits/ceph-helpers.sh +++ b/qa/workunits/ceph-helpers.sh @@ -174,7 +174,6 @@ function test_teardown() { # @param delays sequence of sleep times before failure # function kill_daemon() { - set -x local pid=$(cat $1) local send_signal=$2 local delays=${3:-0.1 0.2 1 1 1 2 3 5 5 5 10 10 20 60 60 60 120}