Unify success messages of run scripts

The pattern "Test succeeded" is relied on by the automated
testing framework. We need to use it consistently to avoid
false negatives.
This commit is contained in:
Norman Feske 2014-04-25 13:17:41 +02:00 committed by Christian Helmuth
parent 60d9c90921
commit a9fc5304c0
5 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@ build_boot_image {
run_genode_until {.*child exited with exit value 0.*} 60
puts "\ntest succeeded\n"
puts "\nTest succeeded\n"
#
# Cleanup test-directory structure

View File

@ -144,6 +144,6 @@ append qemu_args { \
run_genode_until {.*child exited with exit value 0.*} 100
puts "\ntest succeeded\n"
puts "\nTest succeeded\n"
# vi: set ft=tcl :

View File

@ -159,6 +159,6 @@ run_genode_until {.*child exited with exit value 0.*} 60
exec rm -f $disk_image
puts "\ntest succeeded\n"
puts "\nTest succeeded\n"
# vi: set ft=tcl :

View File

@ -110,6 +110,6 @@ run_genode_until {.*child exited with exit value 0.*} 60
#exec rm -rf bin/libc_fs_tar_fs
#exec rm -rf bin/libc_fs_tar_fs.tar
puts "\ntest succeeded\n"
puts "\nTest succeeded\n"
# vi: set ft=tcl :

View File

@ -70,6 +70,6 @@ build_boot_image {
append qemu_args " -m 128 -nographic "
run_genode_until {.*child exited with exit value 0.*} 60
puts "\ntest succeeded\n"
puts "\nTest succeeded\n"
# vi: set ft=tcl :