diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-12 19:17:23 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-12 19:18:28 +1000 |
commit | 6078454f596421ac162a868b863a2a6aeea077b5 (patch) | |
tree | 07ffc7be28498d0ac8641c4afc8111132a557010 | |
parent | 0bc98df67e3792c05625aa0d57f59bc70a4e6272 (diff) | |
download | skiboot-6078454f596421ac162a868b863a2a6aeea077b5.zip skiboot-6078454f596421ac162a868b863a2a6aeea077b5.tar.gz skiboot-6078454f596421ac162a868b863a2a6aeea077b5.tar.bz2 |
Remove empty 'echo' from boot test scripts
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rwxr-xr-x | test/hello_world/run_mambo_hello_world.sh | 1 | ||||
-rwxr-xr-x | test/hello_world/run_qemu_hello_world.sh | 1 | ||||
-rwxr-xr-x | test/run_mambo_boot_test.sh | 1 | ||||
-rwxr-xr-x | test/run_qemu-jessie-debian-installer_boot_test.sh | 1 |
4 files changed, 0 insertions, 4 deletions
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; |