make: Redirect unittest output to /dev/null

They are quite chatty and fail very rarely, so let's not have them spam our
logs. Failures should print to stderr anyway.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2018-05-26 14:15:53 +02:00 committed by Rusty Russell
parent 568cd9ff36
commit 573f1b58c8

View File

@ -367,7 +367,7 @@ update-mocks/%: %
@tools/update-mocks.sh "$*"
unittest/%: %
$(VALGRIND) $(VALGRIND_TEST_ARGS) $*
$(VALGRIND) $(VALGRIND_TEST_ARGS) $* > /dev/null
# Installation directories
prefix = /usr/local