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 <vsement...@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