commit 462ec664184926083fa26bad2d3c7e952fb364d1 parent 2d537394ec75f0c1ded91129d668aa2cd84c8a6e Author: MS <ms@taler.net> Date: Mon, 30 Nov 2020 17:53:51 +0100 makefile Diffstat:
| M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -47,5 +47,5 @@ tests: .PHONY: parse parse: - @cd parsing-tests; git pull - @cd parsing-tests; py.test checks.py + @cd parsing-tests; git pull || true + @cd parsing-tests; py.test -s checks.py