mirror of https://github.com/rwf2/Rocket.git
Fix testbench ignite test: match new log output.
This commit is contained in:
parent
e889c2628a
commit
dbeba45b36
|
@ -7,7 +7,7 @@ fn test_ignite_failure() -> Result<()> {
|
||||||
};
|
};
|
||||||
|
|
||||||
if let Err(Error::Liftoff(stdout, _)) = server {
|
if let Err(Error::Liftoff(stdout, _)) = server {
|
||||||
assert!(stdout.contains("ignition failure"));
|
assert!(stdout.contains("failed ignite"));
|
||||||
assert!(stdout.contains("FailNow"));
|
assert!(stdout.contains("FailNow"));
|
||||||
} else {
|
} else {
|
||||||
panic!("unexpected result: {server:#?}");
|
panic!("unexpected result: {server:#?}");
|
||||||
|
|
Loading…
Reference in New Issue