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.
This commit is contained in:
Norman Feske 2013-09-23 15:50:47 +02:00
parent ad210e3981
commit 45d0157d87
1 changed files with 1 additions and 1 deletions

View File

@ -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"