[Skiboot] [PATCH 1/3] test/qemu-jessie: dump boot log on failure

Stewart Smith stewart at linux.vnet.ibm.com
Wed Jul 12 18:01:12 AEST 2017


Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 test/run_qemu-jessie-debian-installer_boot_test.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/run_qemu-jessie-debian-installer_boot_test.sh b/test/run_qemu-jessie-debian-installer_boot_test.sh
index 1fcda1199cc2..a67912ed13b2 100755
--- a/test/run_qemu-jessie-debian-installer_boot_test.sh
+++ b/test/run_qemu-jessie-debian-installer_boot_test.sh
@@ -61,6 +61,7 @@ E=$?
 if [ $E -eq 0 ]; then
     rm $T $D
 else
+    cat $T
     echo "Boot Test FAILED. Results in $T, Disk $D";
 fi
 
-- 
2.13.0



More information about the Skiboot mailing list