summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-17 20:47:17 +0100
committerMS <ms@taler.net>2020-11-17 20:47:17 +0100
commit8a9a04f1f97a72ef61fca7938f61d0a3451487f1 (patch)
treeb90f3ebf4b5443658849ada3f99590a636bfaa69 /Makefile
parent29b500fb8a02af58ef66241edfc14b8aca4d2045 (diff)
downloadlibeufin-8a9a04f1f97a72ef61fca7938f61d0a3451487f1.tar.gz
libeufin-8a9a04f1f97a72ef61fca7938f61d0a3451487f1.tar.bz2
libeufin-8a9a04f1f97a72ef61fca7938f61d0a3451487f1.zip
fix tests return code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a454ceb9..d7eee387 100644
--- 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