Skip to content

Commit bfa382f

Browse files
committed
Avoid cargo emitting terminal colors
1 parent 6c44218 commit bfa382f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ fn run(name: &str, mode: Mode) -> Result<()> {
2020
root_dir: root_dir.clone(),
2121
args: vec![
2222
"test".into(),
23+
"--color".into(),
24+
"never".into(),
2325
"--target-dir".into(),
2426
path.parent().unwrap().join("target").into(),
2527
"--manifest-path".into(),

0 commit comments

Comments
 (0)