From a9fc5304c04572970e0d66723d7a1ac76f98d28e Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 25 Apr 2014 13:17:41 +0200 Subject: [PATCH] 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. --- base-linux/run/lx_fs.run | 2 +- dde_linux/run/usb_storage.run | 2 +- libports/run/libc_ffat_fs.run | 2 +- libports/run/libc_fs_tar_fs.run | 2 +- libports/run/libc_vfs.run | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base-linux/run/lx_fs.run b/base-linux/run/lx_fs.run index 1f0aed7be..6d2b9b3e4 100644 --- a/base-linux/run/lx_fs.run +++ b/base-linux/run/lx_fs.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 diff --git a/dde_linux/run/usb_storage.run b/dde_linux/run/usb_storage.run index 24f75d626..0b838d5e0 100644 --- a/dde_linux/run/usb_storage.run +++ b/dde_linux/run/usb_storage.run @@ -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 : diff --git a/libports/run/libc_ffat_fs.run b/libports/run/libc_ffat_fs.run index 1f8eae84c..15a55eb03 100644 --- a/libports/run/libc_ffat_fs.run +++ b/libports/run/libc_ffat_fs.run @@ -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 : diff --git a/libports/run/libc_fs_tar_fs.run b/libports/run/libc_fs_tar_fs.run index 8334ade94..0057f56fd 100644 --- a/libports/run/libc_fs_tar_fs.run +++ b/libports/run/libc_fs_tar_fs.run @@ -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 : diff --git a/libports/run/libc_vfs.run b/libports/run/libc_vfs.run index 2b2578211..942309063 100644 --- a/libports/run/libc_vfs.run +++ b/libports/run/libc_vfs.run @@ -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 :