From 0a74f350620f06ec44251fa4cdaad0da88ab8444 Mon Sep 17 00:00:00 2001 From: Edgard Schmidt Date: Sun, 23 Sep 2018 13:32:10 +0200 Subject: [PATCH] tutorial: remove blocking run_genode_until line --- repos/hello_tutorial/run/hello.run | 1 - 1 file changed, 1 deletion(-) diff --git a/repos/hello_tutorial/run/hello.run b/repos/hello_tutorial/run/hello.run index a9e5081d7c..0e0bfb571f 100644 --- a/repos/hello_tutorial/run/hello.run +++ b/repos/hello_tutorial/run/hello.run @@ -39,5 +39,4 @@ build_boot_image { core ld.lib.so init hello_client hello_server } append qemu_args " -nographic " -run_genode_until forever run_genode_until "hello test completed.*\n" 10