[Skiboot] [PATCH 3/3] Remove empty 'echo' from boot test scripts
Stewart Smith
stewart at linux.vnet.ibm.com
Tue Jul 12 19:17:59 AEST 2016
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
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(-)
diff --git a/test/hello_world/run_mambo_hello_world.sh b/test/hello_world/run_mambo_hello_world.sh
index 1589bd038588..9d33565c62bb 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 9a85b3d79a68..fd4c5c9258ec 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 f3984778a1cb..9b216b497eca 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 7609125afc36..0bdd86962693 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;
--
2.1.4
More information about the Skiboot
mailing list