mirror of https://github.com/rust-lang/rust.git
mk: Log that valgrind tests are disabled
This commit is contained in:
parent
fc7faafae7
commit
01fc026440
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue