From: Karel Zak Date: Thu, 17 Dec 2020 09:57:33 +0000 (+0100) Subject: tests: suggest "make check-programs" X-Git-Tag: v2.37-rc1~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60bad224a830402333d246669d9fb6b4728bc87e;p=thirdparty%2Futil-linux.git tests: suggest "make check-programs" Signed-off-by: Karel Zak --- diff --git a/tests/run.sh b/tests/run.sh index f74bdefaa6..d6f0dff7d9 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -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