On 23.02.22 10:58, Thomas Huth wrote:
Quoting the TAP specification: "The plan tells how many tests will be
run [...]. It’s a check that the test file hasn’t stopped prematurely."
That's a good idea of course, so let's support that in the iotest
testrunner, too.
Signed-off-by: Thomas Huth <[email protected]>
---
tests/qemu-iotests/testrunner.py | 1 +
1 file changed, 1 insertion(+)
Yep, that seems to work nicely. Thanks!
Applied to my block branch (better late than never):
https://gitlab.com/hreitz/qemu/-/commits/block
Hanna