hw: adjust expected serial start-message in run

ref #953
This commit is contained in:
Martin Stein 2013-11-19 11:06:07 +01:00 committed by Norman Feske
parent fde150b052
commit b5e92653bf
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ proc run_genode_until {{wait_for_re forever} {timeout_value 0} {running_spawn_id
return
}
if {[is_serial_available]} {
spawn_serial $wait_for_re $timeout_value "Kernel started!"
spawn_serial $wait_for_re $timeout_value "create local services"
return
}