All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qingfang Deng <qingfang.deng@linux.dev>
To: Hangbin Liu <liuhangbin@gmail.com>
Cc: Brendan Jackman <jackmanb@google.com>,
	Shuah Khan <skhan@linuxfoundation.org>,
	linux-kselftest@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCHv3] selftests: Use ktap helpers for runner.sh
Date: Thu, 16 Apr 2026 16:07:08 +0800	[thread overview]
Message-ID: <861b722f-6d5e-4f47-9d17-00a98fceb8cc@linux.dev> (raw)

Hi, Hangbin

This patch broke selftests run with `make -C tools/testing/selftests` as 
make uses /bin/sh by default:

/bin/sh: 5: 
/home/qf/linux-next/tools/testing/selftests/kselftest/runner.sh: Bad 
substitution

Add `SHELL := /bin/bash` to the start of lib.mk to fix this.

             reply	other threads:[~2026-04-16  8:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-16  8:07 Qingfang Deng [this message]
2026-04-17  7:43 ` [PATCHv3] selftests: Use ktap helpers for runner.sh Hangbin Liu
  -- strict thread matches above, loose matches on Subject: below --
2026-02-25  1:08 Hangbin Liu
2026-02-25 13:06 ` Brendan Jackman
2026-03-05  1:56   ` Hangbin Liu
2026-03-11  2:17     ` Hangbin Liu
2026-03-31 20:51 ` Shuah Khan
2026-04-01  1:05   ` Hangbin Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=861b722f-6d5e-4f47-9d17-00a98fceb8cc@linux.dev \
    --to=qingfang.deng@linux.dev \
    --cc=20260225010833.11301-1-liuhangbin@gmail.com \
    --cc=jackmanb@google.com \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=liuhangbin@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.