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
#317)

…in a log group
  • Loading branch information
tomponline authored Oct 10, 2024
2 parents 374b1ef + db20167 commit 7fb66ac
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 7fb66ac

Please sign in to comment.