From adc59000b4eb2ee2871bebc3805b9e1a7600502a Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 12 Jul 2017 15:20:01 +1000 Subject: [PATCH] test/qemu-jessie: dump boot log on failure Signed-off-by: Stewart Smith --- 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