summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-07-12 19:17:23 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-12 19:18:28 +1000
commit6078454f596421ac162a868b863a2a6aeea077b5 (patch)
tree07ffc7be28498d0ac8641c4afc8111132a557010
parent0bc98df67e3792c05625aa0d57f59bc70a4e6272 (diff)
downloadblackbird-skiboot-6078454f596421ac162a868b863a2a6aeea077b5.tar.gz
blackbird-skiboot-6078454f596421ac162a868b863a2a6aeea077b5.zip
Remove empty 'echo' from boot test scripts
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rwxr-xr-xtest/hello_world/run_mambo_hello_world.sh1
-rwxr-xr-xtest/hello_world/run_qemu_hello_world.sh1
-rwxr-xr-xtest/run_mambo_boot_test.sh1
-rwxr-xr-xtest/run_qemu-jessie-debian-installer_boot_test.sh1
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 1589bd03..9d33565c 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 9a85b3d7..fd4c5c92 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 f3984778..9b216b49 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 7609125a..0bdd8696 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;
OpenPOWER on IntegriCloud