]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
./qa/workunits/ceph-helpers.sh: Do not trace kill_daemon 14746/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 27 Apr 2017 16:09:03 +0000 (18:09 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 26 May 2017 10:07:28 +0000 (12:07 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
qa/workunits/ceph-helpers.sh

index b8b213356539365c9583c1575a1207f0e8d48687..0bb099b205f3b2a9fbdba8cfcca3258766dc1024 100755 (executable)
@@ -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}