Skip to content

Commit

Permalink
bin/helpers: put dh -h, snap list lxd, uname -a and lxc list
Browse files Browse the repository at this point in the history
…in a log group

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 10, 2024
1 parent 374b1ef commit db20167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/helpers
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ cleanup() {
if [ "${FAIL}" = "1" ]; then
echo "Test failed"

echo "::group::diagnostic"
# Report current disk usage to diagnose potential out of space issues
df -h

Expand All @@ -251,6 +252,7 @@ cleanup() {
else
lxc list --all-projects
fi
echo "::endgroup::"

echo "::group::lsmod"
lsmod
Expand Down

0 comments on commit db20167

Please sign in to comment.