Skip to content

Commit

Permalink
int
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya committed Jul 3, 2024
1 parent d107ea4 commit 78995f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ cleanup() {
}
# Trap SIGINT (Ctrl+C) and SIGTERM signals
trap 'cleanup' SIGINT SIGTERM
trap 'cleanup' INT TERM
# Main loop or processing logic (replace with your script's logic)
while true; do
Expand Down

0 comments on commit 78995f3

Please sign in to comment.