From 60bad224a830402333d246669d9fb6b4728bc87e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 17 Dec 2020 10:57:33 +0100 Subject: [PATCH] tests: suggest "make check-programs" Signed-off-by: Karel Zak --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3