-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Make tests not squelch color when being run by bazel. (#4006)
What this literally does is sets the `CLICOLOR_FORCE` environment variable to `true`. This causes terminal output to be colored, if the test follows [that convention]. In particular, the Rust `colored` library uses that convention. In particular, canbench uses `colored`. This makes the output of canbench easier for humans to consume (and we should really care about humans, such as ourselves). [that convention]: http://bixense.com/clicolors/
- Loading branch information
1 parent
396b461
commit 1767e03
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters