[Qemu-devel] [PATCH] iotests: Fix typo in 026

Eric Blake posted 1 patch 6 years, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170426221046.4596-1-eblake@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
tests/qemu-iotests/026             | 2 +-
tests/qemu-iotests/026.out         | 2 +-
tests/qemu-iotests/026.out.nocache | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH] iotests: Fix typo in 026
Posted by Eric Blake 6 years, 12 months ago
s/refcout/refcount/

CC: qemu-trivial@nongnu.org
Signed-off-by: Eric Blake <eblake@redhat.com>
---
 tests/qemu-iotests/026             | 2 +-
 tests/qemu-iotests/026.out         | 2 +-
 tests/qemu-iotests/026.out.nocache | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/qemu-iotests/026 b/tests/qemu-iotests/026
index f5a7f02..7fadfba 100755
--- a/tests/qemu-iotests/026
+++ b/tests/qemu-iotests/026
@@ -119,7 +119,7 @@ done


 echo
-echo === Refcout table growth tests ===
+echo === Refcount table growth tests ===
 echo
 CLUSTER_SIZE=512

diff --git a/tests/qemu-iotests/026.out b/tests/qemu-iotests/026.out
index 59b8f74..86a50a2 100644
--- a/tests/qemu-iotests/026.out
+++ b/tests/qemu-iotests/026.out
@@ -462,7 +462,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b
 write failed: No space left on device
 No errors were found on the image.

-=== Refcout table growth tests ===
+=== Refcount table growth tests ===

 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824

diff --git a/tests/qemu-iotests/026.out.nocache b/tests/qemu-iotests/026.out.nocache
index b4aeebc..ea2e166 100644
--- a/tests/qemu-iotests/026.out.nocache
+++ b/tests/qemu-iotests/026.out.nocache
@@ -470,7 +470,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b
 write failed: No space left on device
 No errors were found on the image.

-=== Refcout table growth tests ===
+=== Refcount table growth tests ===

 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 

-- 
2.9.3


Re: [Qemu-devel] [Qemu-trivial] [PATCH] iotests: Fix typo in 026
Posted by Laurent Vivier 6 years, 12 months ago
On 27/04/2017 00:10, Eric Blake wrote:
> s/refcout/refcount/
> 
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Eric Blake <eblake@redhat.com>

Reviewed-by: Laurent Vivier <lvivier@redhat.com>

> ---
>  tests/qemu-iotests/026             | 2 +-
>  tests/qemu-iotests/026.out         | 2 +-
>  tests/qemu-iotests/026.out.nocache | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/qemu-iotests/026 b/tests/qemu-iotests/026
> index f5a7f02..7fadfba 100755
> --- a/tests/qemu-iotests/026
> +++ b/tests/qemu-iotests/026
> @@ -119,7 +119,7 @@ done
> 
> 
>  echo
> -echo === Refcout table growth tests ===
> +echo === Refcount table growth tests ===
>  echo
>  CLUSTER_SIZE=512
> 
> diff --git a/tests/qemu-iotests/026.out b/tests/qemu-iotests/026.out
> index 59b8f74..86a50a2 100644
> --- a/tests/qemu-iotests/026.out
> +++ b/tests/qemu-iotests/026.out
> @@ -462,7 +462,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b
>  write failed: No space left on device
>  No errors were found on the image.
> 
> -=== Refcout table growth tests ===
> +=== Refcount table growth tests ===
> 
>  Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
> 
> diff --git a/tests/qemu-iotests/026.out.nocache b/tests/qemu-iotests/026.out.nocache
> index b4aeebc..ea2e166 100644
> --- a/tests/qemu-iotests/026.out.nocache
> +++ b/tests/qemu-iotests/026.out.nocache
> @@ -470,7 +470,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b
>  write failed: No space left on device
>  No errors were found on the image.
> 
> -=== Refcout table growth tests ===
> +=== Refcount table growth tests ===
> 
>  Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 
> 


Re: [Qemu-devel] [PATCH] iotests: Fix typo in 026
Posted by Kevin Wolf 6 years, 12 months ago
Am 27.04.2017 um 00:10 hat Eric Blake geschrieben:
> s/refcout/refcount/
> 
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Eric Blake <eblake@redhat.com>

Thanks, applied to block-next.

Kevin