From: Bartosz Golaszewski Date: Fri, 31 Mar 2023 08:53:46 +0000 (+0200) Subject: tools: tests: update the kernel version required to run tests X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1147795bd140a563185b87a8c4411eacd4d61c08;p=qemu-gpiodev%2Flibgpiod.git tools: tests: update the kernel version required to run tests The v5.16 kernel requirement is a leftover from when the tests were developed to work with gpio-sim before the module was actually released in v5.17. Update the kernel requirement to v5.17.4 which includes fixes to set/get_multiple() callbacks in gpio-sim. Signed-off-by: Bartosz Golaszewski --- diff --git a/tools/gpio-tools-test b/tools/gpio-tools-test index 6d10b65..5b6c72e 100755 --- a/tools/gpio-tools-test +++ b/tools/gpio-tools-test @@ -2,8 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # SPDX-FileCopyrightText: 2017-2021 Bartosz Golaszewski -# Switch to v5.17.0 once released -MIN_KERNEL_VERSION="5.16.0" +MIN_KERNEL_VERSION="5.17.4" BATS_SCRIPT="gpio-tools-test.bats" SOURCE_DIR="$(dirname ${BASH_SOURCE[0]})"