Skip to content

Commit

Permalink
ci: Group distcheck messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Sep 30, 2024
1 parent eb08ff4 commit 12f6185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,11 @@ DISTCHECK_CONFIG_release := --enable-release

${DISTCHECKS}::
@${MKDIR} $@
@test "$${GITHUB_ACTIONS-}" != true || printf '::group::{%s}\n' $@
@+cd $@ \
&& ../configure MAKE="${MAKE}" ${DISTCHECK_CONFIG_${@:distcheck-%=%}} \
&& ${MAKE} check TEST_FLAGS="--sudo --verbose=skipped"
@test "$${GITHUB_ACTIONS-}" != true || printf '::endgroup::\n'

## Automatic dependency tracking

Expand Down

0 comments on commit 12f6185

Please sign in to comment.