test/log: exit when complete

This commit is contained in:
Ehmry - 2019-11-10 13:40:40 +01:00
parent 1dc25293b8
commit c2a543ed20
1 changed files with 3 additions and 1 deletions

View File

@ -58,4 +58,6 @@ void Component::construct(Genode::Env &env)
log(Cstring(buf));
log("Test done.");
env.parent().exit(0);
}