Skip to content

Commit c6cfe21

Browse files
committed
testsuite: force colored output
1 parent 4236ec9 commit c6cfe21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: internal/integrationtest/arduino-cli.go

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ type ArduinoCLIConfig struct {
5454

5555
// NewArduinoCliWithinEnvironment creates a new Arduino CLI client inside the given environment.
5656
func NewArduinoCliWithinEnvironment(t *testing.T, config *ArduinoCLIConfig, env *Environment) *ArduinoCLI {
57+
color.NoColor = false
5758
cli := NewArduinoCli(t, config)
5859
staging := env.downloadsDir
5960
if !config.UseSharedStagingFolder {

0 commit comments

Comments
 (0)