From 45d0157d87aeead6558f160ec8e5632d26da417e Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 23 Sep 2013 15:50:47 +0200 Subject: [PATCH] thread_join.run: Put success message on new line This patch makes sure that a line break is printed before the test finishes. This way, the "Test succeeded" message is printed on a new line, which was not always the case (i.e., on Pistachio) otherwise. --- os/run/thread_join.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/run/thread_join.run b/os/run/thread_join.run index 56439e1e7..9d6836b70 100644 --- a/os/run/thread_join.run +++ b/os/run/thread_join.run @@ -34,6 +34,6 @@ build_boot_image "core init timer test-thread_join" append qemu_args "-nographic -m 64" -run_genode_until {child exited with exit value 0.*} 10 +run_genode_until {child exited with exit value 0.*\n} 10 puts "Test succeeded"