Skip to content

Commit 29be938

Browse files
committed
mk: Remove redundant valgrind notices in build
1 parent 290b79c commit 29be938

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mk/main.mk

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ endif
179179

180180
ifndef CFG_DISABLE_VALGRIND_RPASS
181181
$(info cfg: enabling valgrind run-pass tests (CFG_ENABLE_VALGRIND_RPASS))
182+
$(info cfg: valgrind-rpass command set to $(CFG_VALGRIND))
182183
CFG_VALGRIND_RPASS :=$(CFG_VALGRIND)
183184
else
184185
CFG_VALGRIND_RPASS :=

mk/tests.mk

-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) := \
611611

612612
ifdef CFG_VALGRIND_RPASS
613613
ifdef GOOD_VALGRIND_$(2)
614-
$(info cfg: valgrind-path set to $(CFG_VALGRIND_RPASS))
615614
CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) += --valgrind-path "$(CFG_VALGRIND_RPASS)"
616615
endif
617616
endif

0 commit comments

Comments
 (0)