Skip to content

Commit

Permalink
test/qemu-jessie: dump boot log on failure
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
stewartsmith committed Jul 12, 2017
1 parent dd55589 commit adc5900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run_qemu-jessie-debian-installer_boot_test.sh
Expand Up @@ -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

Expand Down

0 comments on commit adc5900

Please sign in to comment.