hw: log "Test succeeded" in nested_init.run

This commit is contained in:
Christian Helmuth 2014-06-04 11:31:22 +02:00
parent b52da1045e
commit 06a10b3695
1 changed files with 1 additions and 0 deletions

View File

@ -74,5 +74,6 @@ append qemu_args " -m 64 -nographic"
# execute the test in qemu if the targeted platform is supported
if {[have_spec hw_vea9x4] || [have_spec hw_pbxa9]} {
run_genode_until "No children to start.*\n" 10
puts "Test succeeded"
}