]> git.proxmox.com Git - mirror_qemu.git/commit
tests/multiboot: Test exit code for every qemu run
authorKevin Wolf <kwolf@redhat.com>
Wed, 14 Mar 2018 12:29:46 +0000 (13:29 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 21 Jun 2018 01:45:00 +0000 (20:45 -0500)
commit2392a86d2da12923754febe17d372b403fe3dcbe
tree44fe526938dbd883993533ee77ebb43d34f2dae7
parent32ccaed1ae047d5d71b2d74b4cb8212e643f7d27
tests/multiboot: Test exit code for every qemu run

Testing the exit code only once after a whole group of tests has
completed is not enough, it catches errors only in the very last qemu
invocation. We need to have the check after each qemu run.

The logging and diff with the reference output is still done once per
group to keep things more managable. This is not a problem because the
log file accumulates the output of all runs.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jack Schwartz <jack.schwartz@oracle.com>
(cherry picked from commit 49713c413a65ab4b02124aabe83f8539cc6ece5e)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tests/multiboot/run_test.sh