build "core init test/cap_integrity" create_boot_directory install_config { } build_boot_image "core init test-cap_integrity" append qemu_args "-nographic -m 64" # increase expect buffer size, since there might be many log messages match_max -d 100000 run_genode_until {child exited with exit value 0.*} 60 if {[regexp {\[init\] test message} $output]} { exit -1 } puts "Test succeeded"