Skip to content

Commit

Permalink
Revert "test/main: print apport crashes info"
Browse files Browse the repository at this point in the history
This reverts commit a80b942.

Crash reports are now gzipped so this code won't do anything.

Signed-off-by: Mark Laing <[email protected]>
  • Loading branch information
markylaing committed Nov 21, 2024
1 parent ce6749f commit 3a99bb9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@ cleanup() {
if [ "${expandDmesg}" = "no" ]; then
echo "::endgroup::"
fi

if [ "$(ls -A /var/crash)" ]; then
echo "::group::crashes"
ls -la /var/crash
find /var/crash -type f -exec cat {} +
echo "::endgroup::"
fi
fi

if [ -n "${GITHUB_ACTIONS:-}" ]; then
Expand Down

0 comments on commit 3a99bb9

Please sign in to comment.