Skip to content

Commit

Permalink
./qa/workunits/ceph-helpers.sh: Do not trace kill_daemon
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Jan Withagen <[email protected]>
  • Loading branch information
wjwithagen committed May 26, 2017
1 parent 0f8972d commit f28f4cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qa/workunits/ceph-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f28f4cb

Please sign in to comment.