Skip to content

Commit 01fc026

Browse files
committed
mk: Log that valgrind tests are disabled
1 parent fc7faaf commit 01fc026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/main.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ ifndef CFG_DISABLE_VALGRIND_RPASS
195195
$(info cfg: valgrind-rpass command set to $(CFG_VALGRIND))
196196
CFG_VALGRIND_RPASS :=$(CFG_VALGRIND)
197197
else
198+
$(info cfg: disabling valgrind run-pass tests)
198199
CFG_VALGRIND_RPASS :=
199200
endif
200201

0 commit comments

Comments
 (0)