From: Bartosz Golaszewski Date: Thu, 12 Apr 2018 12:51:09 +0000 (+0200) Subject: build: tweak the message emitted after building tests X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d1561302b0666f8286fe534ba925c17f6221afd7;p=qemu-gpiodev%2Flibgpiod.git build: tweak the message emitted after building tests The kernel version displayed in the message has not been updated the last time we bumped the kernel version required for running tests. We don't need to print this version here - the test suite will bail-out anyway if the kernel is too old. Drop it from the message. Signed-off-by: Bartosz Golaszewski --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 51d30be..a9319a7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,7 +37,7 @@ check: check-am @echo " ********************************************************" @echo " * Tests have been built as tests/gpio-test. *" @echo " * *" - @echo " * They require linux kernel version >=v4.12.6 and the *" + @echo " * They require a recent linux kernel version and the *" @echo " * gpio-mockup module (must not be built-in). *" @echo " * *" @echo " * Run the test executable with superuser privileges or *"