Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Apr 4, 2024
1 parent bcfe528 commit 18dfa1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fn run(dir: &str, f: impl FnOnce(&mut Command)) -> Result<String> {

let _ = fs::remove_dir_all(ws.join("target"));

println!("Running {:?}", cmd);
let output = cmd.output().context("Process failed")?;
ensure!(
output.status.success(),
Expand Down

0 comments on commit 18dfa1a

Please sign in to comment.