Skip to content

Commit

Permalink
strace failing command
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Mar 1, 2024
1 parent e43f9a5 commit 4241d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ case $(id -u) in
iptables-nft -L
iptables-nft -N DOCKER-ISOLATION-STAGE-1
iptables-nft -L
iptables-nft -I DOCKER-ISOLATION-STAGE-1 -j RETURN
strace iptables-nft -I DOCKER-ISOLATION-STAGE-1 -j RETURN
fi
;;
*) ;;
Expand Down

0 comments on commit 4241d80

Please sign in to comment.