diff mbox

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

Message ID 20170712080114.4655-1-stewart@linux.vnet.ibm.com
State Accepted
Headers show

Commit Message

Stewart Smith July 12, 2017, 8:01 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
---
 test/run_qemu-jessie-debian-installer_boot_test.sh | 1 +
 1 file changed, 1 insertion(+)

Comments

Stewart Smith July 12, 2017, 8:14 a.m. UTC | #1
Stewart Smith <stewart@linux.vnet.ibm.com> writes:
> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
> ---
>  test/run_qemu-jessie-debian-installer_boot_test.sh | 1 +
>  1 file changed, 1 insertion(+)

Series merged to master as of 0c301f6ff80512aa95616c947626762e346a363f.

... and the ubuntu-12.04 travis test now passes again.
diff mbox

Patch

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