Re: [Qemu-devel] [PATCH] iotests: Mark all tests executable

2018-03-05 Thread Eric Blake

On 03/05/2018 09:56 AM, Max Reitz wrote:

On 2018-03-02 14:49, Eric Blake wrote:

The majority of our iotests have the executable bit set; fix the
few outliers for consistency.

Signed-off-by: Eric Blake 
---


I think 124 is missing.


Good catch.  Yes, it is, and I'll spin v2.

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.   +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



Re: [Qemu-devel] [PATCH] iotests: Mark all tests executable

2018-03-05 Thread Max Reitz
On 2018-03-02 14:49, Eric Blake wrote:
> The majority of our iotests have the executable bit set; fix the
> few outliers for consistency.
> 
> Signed-off-by: Eric Blake 
> ---

I think 124 is missing.

Max



signature.asc
Description: OpenPGP digital signature


Re: [Qemu-devel] [PATCH] iotests: Mark all tests executable

2018-03-02 Thread Fam Zheng
On Fri, Mar 2, 2018 at 9:49 PM, Eric Blake  wrote:
> The majority of our iotests have the executable bit set; fix the
> few outliers for consistency.
>
> Signed-off-by: Eric Blake 
> ---
>
> Let's see if patchew groks this one :)

You've caught it! Patchew looks for all of

   "---",
   "diff ",
   "index ",
   "---",
   "+++",
   "@@")

prefixes at the beginning of the lines. This patch doesn't have the
last four, so it doesn't think this is a patch.

It needs to be taught to understand mode changes and binary patches.

Fam