Skip to content

Commit

Permalink
fix(hil): Make login pattern more generic
Browse files Browse the repository at this point in the history
Orbs now have different than localhost hostname
  • Loading branch information
AlexKaravaev committed Dec 21, 2024
1 parent 25121e6 commit 26d507c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hil/src/serial/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use self::stream_processing::{SerialLogEvent, SerialProcessor};

mod stream_processing;

pub const LOGIN_PROMPT_PATTERN: &str = "localhost login:";
pub const LOGIN_PROMPT_PATTERN: &str = "login:";
const KERNEL_PANIC_PATERN: &str = "Kernel panic:";
pub const ORB_BAUD_RATE: u32 = 115200;
pub const DEFAULT_SERIAL_PATH: &str = if cfg!(target_os = "linux") {
Expand Down

0 comments on commit 26d507c

Please sign in to comment.