Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): remove red from log colour selection. Fixes #6740 #14215

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nixphix
Copy link

@nixphix nixphix commented Feb 22, 2025

Fixes #6740

Motivation

Including red among the randomly selected step-specific colors for logs makes the log appear as if it is an error message.

Modifications

Red has been removed from the function that returns random colors, which is only used for choosing colors for logs.

Verification

The existing test cases failed following the changes, so I fixed them.

@MasonM
Copy link
Member

MasonM commented Feb 23, 2025

/retest

2 similar comments
@MasonM
Copy link
Member

MasonM commented Feb 23, 2025

/retest

@MasonM
Copy link
Member

MasonM commented Feb 23, 2025

/retest

Copy link
Member

@MasonM MasonM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--log should exclude red from color selection
2 participants