Skip to content

Commit

Permalink
Remove NO_COLOR argument
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Jul 22, 2024
1 parent e3e9ac8 commit d2ea503
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions colcon_cargo/task/cargo/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ async def test(self, *, additional_hooks=None): # noqa: D102
logger.error(str(e))
return 1

# Disable color to avoid escape sequences in test result file
env['NO_COLOR'] = '1'

if CARGO_EXECUTABLE is None:
# TODO(luca) log this as error in the test result file
raise RuntimeError("Could not find 'cargo' executable")
Expand Down

0 comments on commit d2ea503

Please sign in to comment.