Skip to content

Commit

Permalink
test: run tests with NO_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRodriguesF committed May 2, 2024
1 parent 8d69a78 commit 50788ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ impl Quartz {
let output = Command::new(self.bin.as_path())
.current_dir(self.tmpdir.as_path())
.args(args)
.env("NO_COLOR", "1")
.output()?;

Ok(QuartzOutput {
Expand Down

0 comments on commit 50788ce

Please sign in to comment.