aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/make.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-30 06:01:54 +0900
committerOphestra <cat@gensokyo.uk>2026-07-30 06:01:54 +0900
commit4dbfee06989c35c9c7204aacd1dc28340c4de72a (patch)
treeb8b511b5fdee3a753581aa1f30dcd2016ea402a3 /internal/rosa/make.go
parent4e65e41101efbea1b6f3f4eb23ad5b1717283855 (diff)
internal/rosa: force output colouring
This sets known de facto standard environment variables to enable colours during builds. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/make.go')
-rw-r--r--internal/rosa/make.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/make.go b/internal/rosa/make.go
index 8b1103d6..710225a2 100644
--- a/internal/rosa/make.go
+++ b/internal/rosa/make.go
@@ -173,6 +173,7 @@ make \
scriptMake += attr.ScriptCheckEarly + `make \
` + jobsFlagE + ` \
` + loadFlagE + ` \
+ AM_COLOR_TESTS=always \
`
if len(attr.Check) > 0 {
scriptMake += strings.Join(attr.Check, " \\\n\t")