about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicho Healey <richo@psych0tik.net>2015-05-08 10:47:28 -0700
committerRicho Healey <richo@psych0tik.net>2015-05-08 10:49:02 -0700
commit01fc026440382ba542f212fa256c0cd1ee980070 (patch)
tree52ff76042a268f0f0d2e509e6422d7bd0c8ae33d
parentfc7faafae714e713bbe77ea6c784ae400bc0e95d (diff)
downloadrust-01fc026440382ba542f212fa256c0cd1ee980070.tar.gz
rust-01fc026440382ba542f212fa256c0cd1ee980070.zip
mk: Log that valgrind tests are disabled
-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