Skip to content

Commit 1d2968d

Browse files
committed
remove missing desired crates check
it's causing problems when re-running using the retry-regressed-list.txt as crates may be removed between the initial run and the re-run This implements 2.ii suggested at #784 (comment) and preferred as a short term solution in #784 (comment) In the long term a warning should be added to inform of missing desired crates.
1 parent 01552bf commit 1d2968d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/crates/lists.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ pub(crate) fn get_crates(
130130
crates.push(krate);
131131
}
132132
}
133-
134-
if !desired.is_empty() {
135-
bail!("missing desired crates: {:?}", desired);
136-
}
137133
}
138134

139135
CrateSelect::Random(n) => {

0 commit comments

Comments
 (0)