diff options
author | Stefan Hajnoczi | 2013-04-15 10:15:17 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2013-04-15 10:18:05 +0200 |
commit | c09b437b5fab487edd924e09d1732062d7dcf093 (patch) | |
tree | a6e5e7e8e3eb03de196705f809478244008e08ee /tests/qemu-iotests/051 | |
parent | qemu-iotests: Add test for -drive options (diff) | |
download | qemu-c09b437b5fab487edd924e09d1732062d7dcf093.tar.gz qemu-c09b437b5fab487edd924e09d1732062d7dcf093.tar.xz qemu-c09b437b5fab487edd924e09d1732062d7dcf093.zip |
qemu-iotests: filter QEMU_PROG in 051.out
Filter the name of the QEMU executable so the output can be diffed no
matter what QEMU_PROG is (e.g. qemu-system-x86_64).
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/051')
-rwxr-xr-x | tests/qemu-iotests/051 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/051 b/tests/qemu-iotests/051 index 17a1d92a10..8b51de3f31 100755 --- a/tests/qemu-iotests/051 +++ b/tests/qemu-iotests/051 @@ -51,7 +51,7 @@ function do_run_qemu() function run_qemu() { - do_run_qemu "$@" 2>&1 | _filter_testdir + do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_qemu } size=128M |