diff mbox

[for-2.5,v2] tests: Ignore recent test binaries

Message ID 1447386423-13160-1-git-send-email-eblake@redhat.com
State New
Headers show

Commit Message

Eric Blake Nov. 13, 2015, 3:47 a.m. UTC
Commits 6c6f312d and bd797fc1 added new tests (test-blockjob-txn
and test-timed-average, respectively), but did not mark them for
exclusion in .gitignore.

Signed-off-by: Eric Blake <eblake@redhat.com>
---

v2: retitle; also ignore test-timed-average

 tests/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

Comments

John Snow Nov. 13, 2015, 7:01 p.m. UTC | #1
On 11/12/2015 10:47 PM, Eric Blake wrote:
> Commits 6c6f312d and bd797fc1 added new tests (test-blockjob-txn
> and test-timed-average, respectively), but did not mark them for
> exclusion in .gitignore.
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> 
> v2: retitle; also ignore test-timed-average
> 
>  tests/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/.gitignore b/tests/.gitignore
> index e96f569..1e55722 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -9,6 +9,7 @@ check-qom-proplist
>  rcutorture
>  test-aio
>  test-bitops
> +test-blockjob-txn
>  test-coroutine
>  test-crypto-cipher
>  test-crypto-hash
> @@ -45,6 +46,7 @@ test-string-input-visitor
>  test-string-output-visitor
>  test-thread-pool
>  test-throttle
> +test-timed-average
>  test-visitor-serialization
>  test-vmstate
>  test-write-threshold
> 

Reviewed-by: John Snow <jsnow@redhat.com>
Stefan Hajnoczi Nov. 16, 2015, 3:49 a.m. UTC | #2
On Thu, Nov 12, 2015 at 08:47:03PM -0700, Eric Blake wrote:
> Commits 6c6f312d and bd797fc1 added new tests (test-blockjob-txn
> and test-timed-average, respectively), but did not mark them for
> exclusion in .gitignore.
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> 
> v2: retitle; also ignore test-timed-average
> 
>  tests/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan
diff mbox

Patch

diff --git a/tests/.gitignore b/tests/.gitignore
index e96f569..1e55722 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -9,6 +9,7 @@  check-qom-proplist
 rcutorture
 test-aio
 test-bitops
+test-blockjob-txn
 test-coroutine
 test-crypto-cipher
 test-crypto-hash
@@ -45,6 +46,7 @@  test-string-input-visitor
 test-string-output-visitor
 test-thread-pool
 test-throttle
+test-timed-average
 test-visitor-serialization
 test-vmstate
 test-write-threshold