]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge tag 'linux_kselftest-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Aug 2024 21:31:12 +0000 (14:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Aug 2024 21:31:12 +0000 (14:31 -0700)
Pull kselftest fix from Shuah Khan:
 "A single fix to the conditional in ksft.py script which incorrectly
  flags a test suite failed when there are skipped tests in the mix.

  The logic is fixed to take skipped tests into account and report the
  test as passed"

* tag 'linux_kselftest-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests: ksft: Fix finished() helper exit code on skipped tests


Trivial merge