SIGN IN SIGN UP

fix: set CARGO_TERM_COLOR=never in tests

When checking stdout/err, color codes will get in the way of the simple comparisons that are performed during tests.
Anyone setting CARGO_TERM_COLOR=always will experience test failures as a result.
This forcibly disables coloring.
M
Martin Thomson committed
f7816ac842685de6a2a4b81379ebd87f421121ae
Parent: e788c98