Skip to content

Commit

Permalink
REVERTME: enable trace debugging for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alsuren committed Nov 19, 2022
1 parent 0677377 commit df6cd75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cargo-test-support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ impl Project {
if let Some(ref mut p) = execs.process_builder {
p.env("CARGO", cargo);
p.env("CARGO_TREE_FROM_UNIT_GRAPH", "1");
p.env("CARGO_LOG", "trace");
p.arg_line(cmd);
}
execs
Expand Down

0 comments on commit df6cd75

Please sign in to comment.