Skip to content

Commit

Permalink
add comment to explain force kill
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Fernandez <mariofer@redhat.com>
  • Loading branch information
marioferh committed Feb 15, 2024
1 parent defda70 commit 62e709c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration-v2.sh
Expand Up @@ -7,6 +7,7 @@
set -euo pipefail

result=1
# Force kill in order to unblock ci lane when memcached get stuck and never finished
trap 'kill -9 $(jobs -p); exit $result' EXIT

(./authorization-server localhost:9101 ./test/tokens.json) &
Expand Down

0 comments on commit 62e709c

Please sign in to comment.