Merge branch 'mptcp-test-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2024 13:05:15 +0000 (13:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2024 13:05:15 +0000 (13:05 +0000)
Matthieu Baerts says:

====================
selftests: mptcp: fixes for diag.sh

Here are two patches fixing issues in MPTCP diag.sh kselftest:

- Patch 1 makes sure the exit code is '1' in case of error, and not the
  test ID, not to return an exit code that would be wrongly interpreted
  by the ksefltests framework, e.g. '4' means 'skip'.

- Patch 2 avoids waiting for unnecessary conditions, which can cause
  timeouts in some very slow environments.
====================

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

Trivial merge