Re: [Qemu-devel] [PATCH] tests: Ignore test executables

2016-09-29 Thread Michael Tokarev

20.09.2016 17:43, Eric Blake wrote:

Commits 9ef8112a and efad6682 introduced new tests, but forgot
to ignore the built executables from an in-tree build.


Applied, thank you!

/mjt



Re: [Qemu-devel] [PATCH] tests: Ignore test executables

2016-09-20 Thread Fam Zheng
On Tue, 09/20 09:43, Eric Blake wrote:
> Commits 9ef8112a and efad6682 introduced new tests, but forgot
> to ignore the built executables from an in-tree build.
> 
> Signed-off-by: Eric Blake 
> ---
>  tests/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/.gitignore b/tests/.gitignore
> index b4a9cfc..bb25b7e 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -12,7 +12,9 @@ rcutorture
>  test-aio
>  test-base64
>  test-bitops
> +test-blockjob
>  test-blockjob-txn
> +test-bufferiszero
>  test-clone-visitor
>  test-coroutine
>  test-crypto-afsplit
> -- 
> 2.7.4
> 
> 

Reviewed-by: Fam Zheng 



Re: [Qemu-devel] [PATCH] tests: Ignore test executables

2016-09-20 Thread Alberto Garcia
On Tue 20 Sep 2016 04:43:01 PM CEST, Eric Blake wrote:
> Commits 9ef8112a and efad6682 introduced new tests, but forgot
> to ignore the built executables from an in-tree build.
>
> Signed-off-by: Eric Blake 

Reviewed-by: Alberto Garcia 

Berto



[Qemu-devel] [PATCH] tests: Ignore test executables

2016-09-20 Thread Eric Blake
Commits 9ef8112a and efad6682 introduced new tests, but forgot
to ignore the built executables from an in-tree build.

Signed-off-by: Eric Blake 
---
 tests/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/.gitignore b/tests/.gitignore
index b4a9cfc..bb25b7e 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -12,7 +12,9 @@ rcutorture
 test-aio
 test-base64
 test-bitops
+test-blockjob
 test-blockjob-txn
+test-bufferiszero
 test-clone-visitor
 test-coroutine
 test-crypto-afsplit
-- 
2.7.4