mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-05 02:19:24 +00:00
tool/run: abort 'run_genode_until forever'
...when autopilot mode is enabled (RUN_OPT '--autopilot'). Issue #5432
This commit is contained in:
parent
28994f8c27
commit
faa5b9ca40
@ -382,6 +382,11 @@ match_max -d 40000
|
||||
# the error code -2.
|
||||
#
|
||||
proc run_genode_until {{wait_for_re forever} {timeout_value 0} {running_spawn_id -1}} {
|
||||
|
||||
if {$wait_for_re == "forever"} {
|
||||
assert {![have_cmd_arg --autopilot]}
|
||||
}
|
||||
|
||||
#
|
||||
# If a running_spawn_id is specified, wait for the expected output
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user