Skip to content

Commit

Permalink
Use NO_GRAPHICS for miette erros
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Sep 29, 2024
1 parent 8ffad01 commit 30c1fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/tests/src/test_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ impl TestBuilder {
}

pub async fn run(&mut self) {
std::env::set_var("NO_GRAPHICS", "1");

let list = parse(&self.command).unwrap();
let cwd = if let Some(temp_dir) = &self.temp_dir {
temp_dir.cwd.clone()
Expand Down

0 comments on commit 30c1fa1

Please sign in to comment.