* [Qemu-trivial] [PATCH] tests: Ignore test executables
@ 2016-09-20 14:43 ` Eric Blake
0 siblings, 0 replies; 8+ messages in thread
From: Eric Blake @ 2016-09-20 14:43 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, berto, rth
Commits 9ef8112a and efad6682 introduced new tests, but forgot
to ignore the built executables from an in-tree build.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Qemu-devel] [PATCH] tests: Ignore test executables
@ 2016-09-20 14:43 ` Eric Blake
0 siblings, 0 replies; 8+ messages in thread
From: Eric Blake @ 2016-09-20 14:43 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, berto, rth
Commits 9ef8112a and efad6682 introduced new tests, but forgot
to ignore the built executables from an in-tree build.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Qemu-trivial] [PATCH] tests: Ignore test executables
2016-09-20 14:43 ` [Qemu-devel] " Eric Blake
@ 2016-09-20 14:44 ` Alberto Garcia
-1 siblings, 0 replies; 8+ messages in thread
From: Alberto Garcia @ 2016-09-20 14:44 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial, rth
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 <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Berto
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] tests: Ignore test executables
@ 2016-09-20 14:44 ` Alberto Garcia
0 siblings, 0 replies; 8+ messages in thread
From: Alberto Garcia @ 2016-09-20 14:44 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial, rth
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 <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Berto
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] tests: Ignore test executables
2016-09-20 14:43 ` [Qemu-devel] " Eric Blake
@ 2016-09-21 4:42 ` Fam Zheng
-1 siblings, 0 replies; 8+ messages in thread
From: Fam Zheng @ 2016-09-21 4:42 UTC (permalink / raw)
To: Eric Blake; +Cc: qemu-devel, qemu-trivial, berto, rth
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 <eblake@redhat.com>
> ---
> 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 <famz@redhat.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] tests: Ignore test executables
@ 2016-09-21 4:42 ` Fam Zheng
0 siblings, 0 replies; 8+ messages in thread
From: Fam Zheng @ 2016-09-21 4:42 UTC (permalink / raw)
To: Eric Blake; +Cc: qemu-devel, qemu-trivial, berto, rth
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 <eblake@redhat.com>
> ---
> 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 <famz@redhat.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-trivial] [PATCH] tests: Ignore test executables
2016-09-20 14:43 ` [Qemu-devel] " Eric Blake
@ 2016-09-29 14:18 ` Michael Tokarev
-1 siblings, 0 replies; 8+ messages in thread
From: Michael Tokarev @ 2016-09-29 14:18 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial, berto, rth
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] tests: Ignore test executables
@ 2016-09-29 14:18 ` Michael Tokarev
0 siblings, 0 replies; 8+ messages in thread
From: Michael Tokarev @ 2016-09-29 14:18 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial, berto, rth
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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-09-29 14:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-20 14:43 [Qemu-trivial] [PATCH] tests: Ignore test executables Eric Blake
2016-09-20 14:43 ` [Qemu-devel] " Eric Blake
2016-09-20 14:44 ` [Qemu-trivial] " Alberto Garcia
2016-09-20 14:44 ` [Qemu-devel] " Alberto Garcia
2016-09-21 4:42 ` [Qemu-trivial] " Fam Zheng
2016-09-21 4:42 ` Fam Zheng
2016-09-29 14:18 ` [Qemu-trivial] " Michael Tokarev
2016-09-29 14:18 ` [Qemu-devel] " Michael Tokarev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.