-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
bacon test doesn't color tests #124
Comments
Can you build a test case exhibiting the lack of color ? |
Ok, I see. So this could be fixed with this definition of the test job (wich I could make default):
This would hopefully become useless if rust-lang/cargo#1983 is revived. Any better suggestion ? |
I think that'd work. Since bacon is only ever meant to run interactively, I don't see any issues here. |
Canop
added a commit
that referenced
this issue
Jun 17, 2023
Due to #124 especially, we're more likely to receive test failure abstracts on stdout and not just stderr Fix #317
Canop
added a commit
that referenced
this issue
Jun 19, 2023
Due to #124 especially, we're more likely to receive test failure abstracts on stdout and not just stderr Fix #317
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, cool project! This is kind of a minor issue but I still think it'd be nice to have tests be able to output in color. However,
bacon test
doesn't use color unless forced to withbacon test -- -- --color always
which is kind of inconvenient.There is this related issue: rust-lang/cargo#1983
The text was updated successfully, but these errors were encountered: