mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-19 08:36:49 +00:00
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:
parent
60d9c90921
commit
a9fc5304c0
base-linux/run
dde_linux/run
libports/run
@ -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
|
||||
|
@ -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 :
|
||||
|
@ -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 :
|
||||
|
@ -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 :
|
||||
|
@ -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 :
|
||||
|
Loading…
x
Reference in New Issue
Block a user