From e3843b2e27a8ed9b147cc77b18d9bd45ad44b56e Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 27 Apr 2021 22:20:28 -0700 Subject: [PATCH] print out a little bit more of the messages.. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04025f3..64a8f39 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ runbuild: $(SRCS) .PHONY: runtests runtests: Makefile lora_comms.py lora.py $(LIBLORA_TEST) $(LIBLORA_TEST_SRCS) - ls $(.ALLSRC) | entr sh -c '(cd $(.CURDIR) && $(MAKE) $(.MAKEFLAGS) $(LIBLORA_TEST)) && ((PYTHONPATH="$(.CURDIR)" python -m coverage run -m unittest lora && coverage report --omit=p/\* -m -i) 2>&1 | head -n 20)' + ls $(.ALLSRC) | entr sh -c '(cd $(.CURDIR) && $(MAKE) $(.MAKEFLAGS) $(LIBLORA_TEST)) && ((PYTHONPATH="$(.CURDIR)" python -m coverage run -m unittest lora && coverage report --omit=p/\* -m -i) 2>&1 | head -n 30)' # native objects .SUFFIXES: .no