mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 23:28:29 +00:00
timer.run: end test on uncaught exceptions
This commit is contained in:
committed by
Christian Helmuth
parent
3a350b65a3
commit
d4920eade4
@ -44,4 +44,10 @@ build_boot_image { core ld.lib.so init timer test-timer }
|
|||||||
append qemu_args " -nographic"
|
append qemu_args " -nographic"
|
||||||
|
|
||||||
# Execute test in Qemu
|
# Execute test in Qemu
|
||||||
run_genode_until "--- timer test finished ---" 60
|
run_genode_until {\[init\] child \"client\" exited with exit value.*\n} 60
|
||||||
|
|
||||||
|
grep_output {\[init\] child \"client\" exited with exit value}
|
||||||
|
|
||||||
|
compare_output_to {
|
||||||
|
[init] child "client" exited with exit value 0
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user