Skip to content

Commit ff6468f

Browse files
committed
DEBUG
Signed-off-by: Akihiro Suda <[email protected]>
1 parent d11844c commit ff6468f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hack/test-templates.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ diff -u <(echo -n "base: $FILE_HOST" | limactl tmpl copy --embed - -) "$FILE_HOS
138138
function diagnose() {
139139
NAME="$1"
140140
set -x +e
141+
echo "===== <DEBUG> ====="
142+
limactl shell "$NAME" sudo systemctl --no-pager status [email protected]
143+
limactl shell "$NAME" sudo journalctl --no-pager -u [email protected]
144+
echo "===== </DEBUG> ====="
141145
tail "$HOME_HOST/.lima/${NAME}"/*.log
142146
limactl shell "$NAME" systemctl --no-pager status
143147
limactl shell "$NAME" systemctl --no-pager

0 commit comments

Comments
 (0)