summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-07-12 15:20:01 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-07-12 15:20:01 +1000
commitadc59000b4eb2ee2871bebc3805b9e1a7600502a (patch)
tree22b0744b7d297fa598ed1427dbe8623f7745b1d3 /test
parentdd55589b666811e1047f2cffd235da2f5fb09e3a (diff)
downloadblackbird-skiboot-adc59000b4eb2ee2871bebc3805b9e1a7600502a.tar.gz
blackbird-skiboot-adc59000b4eb2ee2871bebc3805b9e1a7600502a.zip
test/qemu-jessie: dump boot log on failure
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_qemu-jessie-debian-installer_boot_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_qemu-jessie-debian-installer_boot_test.sh b/test/run_qemu-jessie-debian-installer_boot_test.sh
index 1fcda119..a67912ed 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
OpenPOWER on IntegriCloud