mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-24 09:46:44 +00:00
committed by
Christian Helmuth
parent
1a3a302708
commit
f5afd28d1f
@ -227,7 +227,7 @@ struct Test::Main
|
||||
*/
|
||||
Main(Genode::Env &env) : _env(env)
|
||||
{
|
||||
_exec_sequences(_config.xml());
|
||||
Libc::with_libc([&] () { _exec_sequences(_config.xml()); });
|
||||
_env.parent().exit(0);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user