commit | 8283c5c316333fb9d2540167f3e22bd91404ecee | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Thu Jul 17 19:09:39 2014 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Jul 18 13:27:11 2014 +0100 |
tree | 8866d198852d5887669bd032b978d445d1f89a09 | |
parent | df26a35025427f34c1d4e5a8e51152371a5e231e [diff] |
qemu-iotests: fix 028 failure due to disk image path The disk image path is echoed by QEMU's readline when the "drive_backup disk ${TEST_IMG}.copy" HMP command is issued. Unfortunately it is very hard to filter out the path due to readline's character-by-character output (with terminal escape sequences). Just redirect this command to /dev/null for now. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com>