mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
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:
parent
568cd9ff36
commit
573f1b58c8
2
Makefile
2
Makefile
@ -367,7 +367,7 @@ update-mocks/%: %
|
|||||||
@tools/update-mocks.sh "$*"
|
@tools/update-mocks.sh "$*"
|
||||||
|
|
||||||
unittest/%: %
|
unittest/%: %
|
||||||
$(VALGRIND) $(VALGRIND_TEST_ARGS) $*
|
$(VALGRIND) $(VALGRIND_TEST_ARGS) $* > /dev/null
|
||||||
|
|
||||||
# Installation directories
|
# Installation directories
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
|
Loading…
Reference in New Issue
Block a user