mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Norman Feske
parent
53a7b4ca66
commit
0b5f901e58
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user