make check: suppress echo of kyua binary location

986deea5b5 inadvertently removed this; fix it.
This commit is contained in:
Kyle Evans 2021-01-16 00:06:49 -06:00
parent 6dd869c22b
commit 0bc776f3da

View File

@ -90,7 +90,7 @@ KYUA?= kyua
# report bogus results unless the new binaries are put in place.
realcheck: .PHONY
if ! which -s "${KYUA}"; then \
@if ! which -s "${KYUA}"; then \
echo; \
echo "kyua binary not installed at expected location (${.TARGET})"; \
echo; \