about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mk/main.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/main.mk b/mk/main.mk
index c1ce1051d0a..86e808e4ae2 100644
--- a/mk/main.mk
+++ b/mk/main.mk
@@ -195,6 +195,7 @@ ifndef CFG_DISABLE_VALGRIND_RPASS
   $(info cfg: valgrind-rpass command set to $(CFG_VALGRIND))
   CFG_VALGRIND_RPASS :=$(CFG_VALGRIND)
 else
+  $(info cfg: disabling valgrind run-pass tests)
   CFG_VALGRIND_RPASS :=
 endif