]> Git Repo - qemu.git/commitdiff
tests/qemu-iotests/check: Replace "tests" with "iotests" in final status text
authorThomas Huth <[email protected]>
Fri, 6 Sep 2019 11:39:20 +0000 (13:39 +0200)
committerMax Reitz <[email protected]>
Mon, 16 Sep 2019 12:48:30 +0000 (14:48 +0200)
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 <[email protected]>
Message-id: 20190906113920[email protected]
Reviewed-by: John Snow <[email protected]>
Signed-off-by: Max Reitz <[email protected]>
tests/qemu-iotests/check

index a58232eefb7d091451aaabb7dd848e89f911614c..875399d79f7f23253e42f0205859b4274d1f7ba1 100755 (executable)
@@ -694,12 +694,12 @@ END        { if (NR > 0) {
         if [ ! -z "$n_bad" -a $n_bad != 0 ]
         then
             echo "Failures:$bad"
-            echo "Failed $n_bad of $try tests"
+            echo "Failed $n_bad of $try iotests"
             echo "Failures:$bad" | fmt >>check.log
-            echo "Failed $n_bad of $try tests" >>check.log
+            echo "Failed $n_bad of $try iotests" >>check.log
         else
-            echo "Passed all $try tests"
-            echo "Passed all $try tests" >>check.log
+            echo "Passed all $try iotests"
+            echo "Passed all $try iotests" >>check.log
         fi
         needwrap=false
     fi
This page took 0.02758 seconds and 4 git commands to generate.