From 1e30fc61bc644983d8903649ea1a95cdbb554dca Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Sat, 20 Apr 2024 22:28:41 -0400 Subject: [PATCH] test/main: list all instances during cleanup Signed-off-by: Simon Deziel --- microcloud/test/main.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/microcloud/test/main.sh b/microcloud/test/main.sh index bf4b68ea5..5ea7e97a8 100755 --- a/microcloud/test/main.sh +++ b/microcloud/test/main.sh @@ -54,6 +54,9 @@ cleanup() { read -r _ fi + lxc list --all-projects || true + lxc exec micro01 -- lxc list || true + if [ -n "${GITHUB_ACTIONS:-}" ]; then echo "==> Skipping cleanup (GitHub Action runner detected)" else