]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qemu-iotests/check: Replace "tests" with "iotests" in final status text
authorThomas Huth <thuth@redhat.com>
Fri, 6 Sep 2019 11:39:20 +0000 (13:39 +0200)
committerMax Reitz <mreitz@redhat.com>
Mon, 16 Sep 2019 12:48:30 +0000 (14:48 +0200)
commit4ee5f4be4f174d23f59a4a1f3fd50f5673f325c5
tree2846d87051b8d6ec8f6f400d56913e1f8d7c2ef2
parent8972571509f15bd8e31fa9ded795a11e22c0d1d3
tests/qemu-iotests/check: Replace "tests" with "iotests" in final status text

When running "make check -j8" or something similar, the iotests are
running in parallel with the other tests. So when they are printing
out "Passed all xx tests" or a similar status message at the end,
it might not be quite clear that this message belongs to the iotests,
since the output might be mixed with the other tests. Thus change the
word "tests" here to "iotests" instead to avoid confusion.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 20190906113920.11271-1-thuth@redhat.com
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/check