build: tweak the message emitted after building tests
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 12 Apr 2018 12:51:09 +0000 (14:51 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 12 Apr 2018 12:51:09 +0000 (14:51 +0200)
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 <bartekgola@gmail.com>
tests/Makefile.am

index 51d30be68efbcaab7e26de44d6c4428e73c570d3..a9319a725f0d11387754998668cacaeb2d7e8c28 100644 (file)
@@ -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 *"