From d1561302b0666f8286fe534ba925c17f6221afd7 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 12 Apr 2018 14:51:09 +0200 Subject: [PATCH] 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 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *" -- 2.30.2