qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 07/17] iotests.py: filter out successful output of qemu-im


From: Hanna Reitz
Subject: Re: [PATCH v2 07/17] iotests.py: filter out successful output of qemu-img crate
Date: Mon, 13 Sep 2021 13:46:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Subject: s/crate/create/

On 20.07.21 13:38, Vladimir Sementsov-Ogievskiy wrote:
The only "feature" of this "Formatting ..." line is that we have to
update it every time we add new option. Let's drop it.

Sounds good to me.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---
  tests/qemu-iotests/255.out    |  4 ----
  tests/qemu-iotests/274.out    | 29 -----------------------------
  tests/qemu-iotests/280.out    |  1 -
  tests/qemu-iotests/iotests.py | 10 ++++++++--
  4 files changed, 8 insertions(+), 36 deletions(-)

Grepping like so:

$ (for f in $(ag -l 'Formatting' | grep '\.out' | sed -e 's/\.out.*//'); do \
    echo -n "$f "; \
    head -n 1 $f; \
done) | grep python

yields also 149, 237, and 296 as tests whose reference output needs to be adjusted.

(Although 149 just fails for me altogether, seemingly for the same reason that makes 210 fail.)

Hanna




reply via email to

[Prev in Thread] Current Thread [Next in Thread]