]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: suggest "make check-programs"
authorKarel Zak <kzak@redhat.com>
Thu, 17 Dec 2020 09:57:33 +0000 (10:57 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 17 Dec 2020 09:57:33 +0000 (10:57 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/run.sh

index f74bdefaa6e8c44b069883e73074186284a7cf2a..d6f0dff7d9ee0e0eb06586f6ae12ca302953ab79 100755 (executable)
@@ -186,7 +186,7 @@ if [ -n "$SUBTESTS" ]; then
        done
 else
        if [ -z "$SYSCOMMANDS" -a ! -f "$top_builddir/test_ttyutils" ]; then
-               echo "Tests not compiled! Run 'make check' to fix the problem."
+               echo "Tests not compiled! Run 'make check-programs' to fix the problem."
                exit 1
        fi