summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-09-30 11:50:04 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-10-01 11:04:29 -0400
commite828c742de70ee18ccde87ffd7d28c99d999e7b2 (patch)
tree045251a07938d302455dec6a0d8b36c9c3e72585
parent5caa4066232c8d615bb95af2e5d8e9b342a0f653 (diff)
downloadbfs-e828c742de70ee18ccde87ffd7d28c99d999e7b2.tar.xz
ci: Group distcheck messages
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 85029d9..d0fe9b1 100644
--- a/Makefile
+++ b/Makefile
@@ -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