Skip to content

Commit 5ecf3f2

Browse files
committed
tests/unit: enable --color always for cargo builds
1 parent cc7a5f0 commit 5ecf3f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test_translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def run(self) -> List[TestOutcome]:
529529

530530
# Build
531531
with pb.local.cwd(self.full_path):
532-
args = ["build"]
532+
args = ["build", "--color", "always"]
533533

534534
if c.BUILD_TYPE == 'release':
535535
args.append('--release')

0 commit comments

Comments
 (0)