libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 8a9a04f1f97a72ef61fca7938f61d0a3451487f1
parent 29b500fb8a02af58ef66241edfc14b8aca4d2045
Author: MS <ms@taler.net>
Date:   Tue, 17 Nov 2020 20:47:17 +0100

fix tests return code

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -43,4 +43,4 @@ check: .PHONY: tests tests: - @cd integration-tests; py.test tests.py; cd .. + @cd integration-tests; py.test tests.py