timer.run: end test on uncaught exceptions

This commit is contained in:
Martin Stein 2017-10-23 14:49:02 +02:00 committed by Christian Helmuth
parent 3a350b65a3
commit d4920eade4
1 changed files with 7 additions and 1 deletions

View File

@ -44,4 +44,10 @@ build_boot_image { core ld.lib.so init timer test-timer }
append qemu_args " -nographic"
# 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
}