diff options
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | 2021-12-10 21:14:50 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2022-01-14 12:03:16 +0100 |
commit | e5e748739562268ef4063ee77bf53ad7040b25c7 (patch) | |
tree | 4073b6fcae69cd1a15783f4490738cd71389af8a /include/block | |
parent | 64631f368115a332bdca32553a430568ecc7761d (diff) | |
download | qemu-e5e748739562268ef4063ee77bf53ad7040b25c7.zip qemu-e5e748739562268ef4063ee77bf53ad7040b25c7.tar.gz qemu-e5e748739562268ef4063ee77bf53ad7040b25c7.tar.bz2 |
iotests/testrunner.py: refactor test_field_width
A lot of Optional[] types doesn't make code beautiful.
test_field_width defaults to 8, but that is never used in the code.
More over, if we want some default behavior for single call of
test_run(), it should just print the whole test name, not limiting or
expanding its width, so 8 is bad default.
So, just drop the default as unused for now.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20211210201450.101576-1-vsementsov@virtuozzo.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/block')
0 files changed, 0 insertions, 0 deletions