Log name of exiting child from Child::exit()

Fixes #1243.
This commit is contained in:
Christian Helmuth
2014-08-22 14:43:54 +02:00
committed by Norman Feske
parent 53a7b4ca66
commit 0b5f901e58
32 changed files with 51 additions and 52 deletions

View File

@@ -128,7 +128,7 @@ build_boot_image $boot_modules
append qemu_args " -m 256 -nographic"
run_genode_until {.*child exited with exit value 0.*} 60
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60
exec rm -f bin/$disk_image
puts "\nTest succeeded\n"

View File

@@ -90,7 +90,7 @@ build_boot_image $boot_modules
append qemu_args " -m 256 -nographic"
run_genode_until {.*child exited with exit value 0.*} 60
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60
exec rm -f bin/ext2.raw
puts "\nTest succeeded\n"

View File

@@ -90,7 +90,7 @@ build_boot_image $boot_modules
append qemu_args " -m 256 -nographic"
run_genode_until {.*child exited with exit value 0.*} 60
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60
exec rm -f bin/fs.raw
puts "\nTest succeeded\n"

View File

@@ -96,7 +96,7 @@ build_boot_image $boot_modules
append qemu_args "-nographic -m 64"
run_genode_until "child exited with exit value 0.*\n" 60
run_genode_until {child "test-iso" exited with exit value 0.*\n} 60
# pay only attention to the output of init and its children
grep_output {^\[init -> test-iso}