Skip to content

Commit

Permalink
Resurrecting cache control. Cleaning before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jul 27, 2024
1 parent 4fa243f commit c0b934b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ debug = true
[replace."rustc_utils:0.7.4-nightly-2023-08-25"]
# path = "../rustc_plugin/crates/rustc_utils"
git = "https://github.com/JustusAdam/rustc_plugin"
rev = "8215863320fa7083fec6b849c087931ebeed829c"
rev = "97a620cc459a4e3a0fc3b051381bc80d28acf553"

[replace."rustc_plugin:0.7.4-nightly-2023-08-25"]
# path = "../rustc_plugin/crates/rustc_plugin"
git = "https://github.com/JustusAdam/rustc_plugin"
rev = "8215863320fa7083fec6b849c087931ebeed829c"
rev = "97a620cc459a4e3a0fc3b051381bc80d28acf553"
5 changes: 5 additions & 0 deletions crates/paralegal-flow/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ where
I: IntoIterator<Item = S>,
S: AsRef<std::ffi::OsStr>,
{
assert!(Command::new("cargo")
.arg("clean")
.status()
.unwrap()
.success());
paralegal_flow_command(dir)
.args(["--abort-after-analysis"])
.args(extra)
Expand Down

0 comments on commit c0b934b

Please sign in to comment.