From f28f4cbc2040159bb8627de727de5eadaf9e36a9 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Thu, 27 Apr 2017 18:09:03 +0200 Subject: [PATCH] ./qa/workunits/ceph-helpers.sh: Do not trace kill_daemon Signed-off-by: Willem Jan Withagen --- qa/workunits/ceph-helpers.sh | 1 - 1 file changed, 1 deletion(-) 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} -- 2.47.3