mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
115a605658
commit
b26ac3c4fb
@@ -14,7 +14,11 @@ proc run_log { wait_for_re timeout_value } {
|
||||
|
||||
set kernel_msg [run_boot_string]
|
||||
|
||||
set timeout $timeout_value
|
||||
if {$wait_for_re == "forever"} {
|
||||
set timeout -1
|
||||
} else {
|
||||
set timeout $timeout_value
|
||||
}
|
||||
|
||||
expect {
|
||||
-i $output_spawn_id $kernel_msg { }
|
||||
|
||||
Reference in New Issue
Block a user