Re: [Qemu-devel] [PATCH] tests: Ignore another built executable

2017-05-04 Thread Fam Zheng
On Fri, 04/28 09:54, Daniel P. Berrange wrote: > On Thu, Apr 27, 2017 at 09:23:29PM -0500, Eric Blake wrote: > > Commit 78f86a2b7 added a new test, but forgot to exclude the built > > binary from version control. > > CC Fam > > I wonder if the patchew test system could be made to report an error

Re: [Qemu-devel] [PATCH] tests: Ignore another built executable

2017-05-04 Thread Michael Tokarev
28.04.2017 05:23, Eric Blake wrote: > Commit 78f86a2b7 added a new test, but forgot to exclude the built > binary from version control. Applied to -trivial (adding mention of test-hmp to subject), thanks! /mjt

Re: [Qemu-devel] [PATCH] tests: Ignore another built executable

2017-04-28 Thread Daniel P. Berrange
On Thu, Apr 27, 2017 at 09:23:29PM -0500, Eric Blake wrote: > Commit 78f86a2b7 added a new test, but forgot to exclude the built > binary from version control. CC Fam I wonder if the patchew test system could be made to report an error if git identifies built files that are not ignored. Regards,

Re: [Qemu-devel] [PATCH] tests: Ignore another built executable

2017-04-27 Thread Thomas Huth
On 28.04.2017 04:23, Eric Blake wrote: > Commit 78f86a2b7 added a new test, but forgot to exclude the built > binary from version control. > > Signed-off-by: Eric Blake > --- > tests/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/.gitignore b/tests/.gitignore > index

[Qemu-devel] [PATCH] tests: Ignore another built executable

2017-04-27 Thread Eric Blake
Commit 78f86a2b7 added a new test, but forgot to exclude the built binary from version control. Signed-off-by: Eric Blake --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 5ab00a9..40c2e3e 100644 --- a/tests/.gitignore +++ b/tests/