[Qemu-devel] [PATCH v2] gitignore: ignore check-qlit test

Carlo Marcelo Arenas Belón posted 1 patch 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170926210723.38042-1-carenas@gmail.com
Test checkpatch passed
Test docker passed
Test s390x passed
tests/.gitignore | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PATCH v2] gitignore: ignore check-qlit test
Posted by Carlo Marcelo Arenas Belón 6 years, 6 months ago
test introduced in 382176b4d78e070d119af8e0dcd00884c11bbec2

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
 tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/.gitignore b/tests/.gitignore
index cf6d99c91e..53cb2efaee 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -6,6 +6,7 @@ check-qdict
 check-qnum
 check-qjson
 check-qlist
+check-qlit
 check-qnull
 check-qstring
 check-qom-interface
-- 
2.13.5 (Apple Git-94)


Re: [Qemu-devel] [PATCH v2] gitignore: ignore check-qlit test
Posted by Philippe Mathieu-Daudé 6 years, 4 months ago
On 09/26/2017 06:07 PM, Carlo Marcelo Arenas Belón wrote:
> test introduced in 382176b4d78e070d119af8e0dcd00884c11bbec2
> 
> Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
> Reviewed-by: Eric Blake <eblake@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> ---
>  tests/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/.gitignore b/tests/.gitignore
> index cf6d99c91e..53cb2efaee 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -6,6 +6,7 @@ check-qdict
>  check-qnum
>  check-qjson
>  check-qlist
> +check-qlit
>  check-qnull
>  check-qstring
>  check-qom-interface
>