Skip to content

Commit

Permalink
Fix cargo mock
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Dec 31, 2021
1 parent 33f8973 commit 08e63ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-crates/cargo-mock/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fn run() -> Result<()> {
let env_key = env_args.replace(" ", "-").replace("/", "-");
let cargo_key = cargo_args
.replace("--message-format json", "")
.replace("--target-dir test-crates/targets/", "")
.replace("--quiet", "")
.replace(&cwd, "")
.replace(" ", "-")
Expand Down

0 comments on commit 08e63ae

Please sign in to comment.