mbox series

[RESEND,0/3] selftests: lib.mk improvements

Message ID 20200527071629.63364-1-yauheni.kaliuta@redhat.com (mailing list archive)
Headers show
Series selftests: lib.mk improvements | expand

Message

Yauheni Kaliuta May 27, 2020, 7:16 a.m. UTC
Fix 
make[1]: execvp: /bin/sh: Argument list too long

encountered with some shells and a couple of more potential problems
in that part of code.

Yauheni Kaliuta (3):
  selftests: do not use .ONESHELL
  selftests: fix condition in run_tests
  selftests: simplify run_tests

 tools/testing/selftests/lib.mk | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

Comments

Yauheni Kaliuta June 20, 2020, 4:46 a.m. UTC | #1
Hi!

Shuah, what about the patchset?

On Wed, May 27, 2020 at 10:16 AM Yauheni Kaliuta
<yauheni.kaliuta@redhat.com> wrote:
>
> Fix
> make[1]: execvp: /bin/sh: Argument list too long
>
> encountered with some shells and a couple of more potential problems
> in that part of code.
>
> Yauheni Kaliuta (3):
>   selftests: do not use .ONESHELL
>   selftests: fix condition in run_tests
>   selftests: simplify run_tests
>
>  tools/testing/selftests/lib.mk | 19 ++++++-------------
>  1 file changed, 6 insertions(+), 13 deletions(-)
>
> --
> 2.26.2
>
Shuah Khan June 23, 2020, 2 p.m. UTC | #2
Hi Yauheni,

On 6/19/20 10:46 PM, Yauheni Kaliuta wrote:
> Hi!
> 
> Shuah, what about the patchset?
> 
> On Wed, May 27, 2020 at 10:16 AM Yauheni Kaliuta
> <yauheni.kaliuta@redhat.com> wrote:
>>
>> Fix
>> make[1]: execvp: /bin/sh: Argument list too long
>>
>> encountered with some shells and a couple of more potential problems
>> in that part of code.
>>
>> Yauheni Kaliuta (3):
>>    selftests: do not use .ONESHELL
>>    selftests: fix condition in run_tests
>>    selftests: simplify run_tests
>>
>>   tools/testing/selftests/lib.mk | 19 ++++++-------------
>>   1 file changed, 6 insertions(+), 13 deletions(-)
>>
>> --
>> 2.26.2
>>
> 
> 

I am planning to send them in for 5.9-rc1. They should appear
in linux-kselftest next this week.

thanks,
-- Shuah