test: accept new finish message

master
Kade Robertson 12 months ago
parent e0db57ab02
commit e441467cec
No known key found for this signature in database
GPG Key ID: 83364905F5AB05B8
  1. 4
      tests/all/log_level.rs

@ -16,7 +16,9 @@ fn matches_info() -> impl Predicate<str> + PredicateReflection {
}
fn matches_cargo() -> impl Predicate<str> + PredicateReflection {
contains("Finished release [optimized] target(s) in ")
contains("Finished release [optimized] target(s) in ").or(contains(
"Finished `release` profile [optimized] target(s) in ",
))
}
#[test]

Loading…
Cancel
Save