mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
mk: Log that valgrind tests are disabled
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user