From 6078454f596421ac162a868b863a2a6aeea077b5 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Tue, 12 Jul 2016 19:17:23 +1000 Subject: Remove empty 'echo' from boot test scripts Signed-off-by: Stewart Smith --- test/hello_world/run_mambo_hello_world.sh | 1 - test/hello_world/run_qemu_hello_world.sh | 1 - test/run_mambo_boot_test.sh | 1 - test/run_qemu-jessie-debian-installer_boot_test.sh | 1 - 4 files changed, 4 deletions(-) (limited to 'test') diff --git a/test/hello_world/run_mambo_hello_world.sh b/test/hello_world/run_mambo_hello_world.sh index 1589bd0..9d33565 100755 --- a/test/hello_world/run_mambo_hello_world.sh +++ b/test/hello_world/run_mambo_hello_world.sh @@ -57,7 +57,6 @@ fi ulimit -c $OLD_ULIMIT_C -echo rm -f -- "$t" trap - EXIT exit 0; diff --git a/test/hello_world/run_qemu_hello_world.sh b/test/hello_world/run_qemu_hello_world.sh index 9a85b3d..fd4c5c9 100755 --- a/test/hello_world/run_qemu_hello_world.sh +++ b/test/hello_world/run_qemu_hello_world.sh @@ -52,7 +52,6 @@ if [ $r != 0 ]; then exit $r fi -echo rm -f -- "$t" trap - EXIT diff --git a/test/run_mambo_boot_test.sh b/test/run_mambo_boot_test.sh index f398477..9b216b4 100755 --- a/test/run_mambo_boot_test.sh +++ b/test/run_mambo_boot_test.sh @@ -67,7 +67,6 @@ fi ulimit -c $OLD_ULIMIT_C -echo rm -f -- "$t" trap - EXIT exit 0 diff --git a/test/run_qemu-jessie-debian-installer_boot_test.sh b/test/run_qemu-jessie-debian-installer_boot_test.sh index 7609125..0bdd869 100755 --- a/test/run_qemu-jessie-debian-installer_boot_test.sh +++ b/test/run_qemu-jessie-debian-installer_boot_test.sh @@ -63,5 +63,4 @@ else echo "Boot Test FAILED. Results in $T, Disk $D"; fi -echo exit $E; -- cgit v1.1