mbox series

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

Message ID 20200527071629.63364-1-yauheni.kaliuta@redhat.com
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(-)