All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: explicitly requires bash when needed.
@ 2018-10-11  8:54 Paolo Abeni
  2018-10-11  8:54 ` [PATCH net 1/2] selftests: rtnetlink.sh explicitly requires bash Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paolo Abeni @ 2018-10-11  8:54 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Florian Westphal, Willem de Bruijn

Some test scripts require bash-only features but use the default shell.
This may cause random failures if the default shell is not bash.
Instead of doing a potentially complex rewrite of such scripts, these patches 
require the bash interpreter, where needed.

Paolo Abeni (2):
  selftests: rtnetlink.sh explicitly requires bash.
  selftests: udpgso_bench.sh explicitly requires bash

 tools/testing/selftests/net/rtnetlink.sh    | 2 +-
 tools/testing/selftests/net/udpgso_bench.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-12  0:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-11  8:54 [PATCH net 0/2] net: explicitly requires bash when needed Paolo Abeni
2018-10-11  8:54 ` [PATCH net 1/2] selftests: rtnetlink.sh explicitly requires bash Paolo Abeni
2018-10-11  8:54 ` [PATCH net 2/2] selftests: udpgso_bench.sh " Paolo Abeni
2018-10-11 13:48   ` Willem de Bruijn
2018-10-11 17:19 ` [PATCH net 0/2] net: explicitly requires bash when needed David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.