Skip to content

Commit 6da688c

Browse files
committed
hack/test-example.sh: print more debug info
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 9d51df0 commit 6da688c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/test-example.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ set -x
6666
if ! limactl start --tty=false "$FILE"; then
6767
ERROR "Failed to start \"$NAME\""
6868
tail "$HOME/.lima/${NAME}"/*.log
69+
limactl shell "$NAME" systemctl status || true
70+
limactl shell "$NAME" cat /var/log/cloud-init-output.log || true
6971
exit 1
7072
fi
7173

0 commit comments

Comments
 (0)