Skip to content

Commit

Permalink
Fix testbench ignite test: match new log output.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Aug 21, 2024
1 parent e889c26 commit dbeba45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbench/src/servers/ignite_failure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn test_ignite_failure() -> Result<()> {
};

if let Err(Error::Liftoff(stdout, _)) = server {
assert!(stdout.contains("ignition failure"));
assert!(stdout.contains("failed ignite"));
assert!(stdout.contains("FailNow"));
} else {
panic!("unexpected result: {server:#?}");
Expand Down

0 comments on commit dbeba45

Please sign in to comment.