diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-03-14 10:23:14 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-03-16 17:07:25 +0100 |
commit | 0c304110bd7092cbabff55b45193e13549b53e40 (patch) | |
tree | 1249e0d50e31fff21a99ae231b5bafd8300e7528 /tests/qemu-iotests | |
parent | dcf848c478dd8765bd4f746fc4e80eaad44cf87d (diff) | |
download | qemu-0c304110bd7092cbabff55b45193e13549b53e40.zip qemu-0c304110bd7092cbabff55b45193e13549b53e40.tar.gz qemu-0c304110bd7092cbabff55b45193e13549b53e40.tar.bz2 |
iotests: Update 051's reference output
Commit c4bacaf improved error reporting, but neglected to update
051.out. Commit 2726958 tried to redress, but didn't get it quite
right (punctuation difference), and shortly after commit
ae071cc..master improved error reporting some more, neglecting 051.out
some more. Sorry!
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rw-r--r-- | tests/qemu-iotests/051.out | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/qemu-iotests/051.out b/tests/qemu-iotests/051.out index 09895e6..2890eac 100644 --- a/tests/qemu-iotests/051.out +++ b/tests/qemu-iotests/051.out @@ -128,13 +128,11 @@ QEMU_PROG: Initialization of device ide-hd failed: Device initialization failed. Testing: -drive if=virtio QEMU X.Y.Z monitor - type 'help' for more information (qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty -QEMU_PROG: -drive if=virtio: Device initialization failed. QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized Testing: -drive if=scsi QEMU X.Y.Z monitor - type 'help' for more information -(qemu) QEMU_PROG: -drive if=scsi: Device needs media, but drive is empty -QEMU_PROG: Initialization of device lsi53c895a failed: Device initialization failed. +(qemu) QEMU_PROG: Initialization of device lsi53c895a failed: Device needs media, but drive is empty Testing: -drive if=none,id=disk -device ide-cd,drive=disk QEMU X.Y.Z monitor - type 'help' for more information |