summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-12-07 15:18:02 +0100
committerMS <ms@taler.net>2020-12-07 15:18:02 +0100
commitda5bdc694047484fc4c60fa9afe27b43409e51f5 (patch)
tree8233527432f6961762a4e544835e5fa2e26d81f1 /Makefile
parent43e53c7bd14c16427ffddf1c08abbbc844e96114 (diff)
downloadlibeufin-da5bdc694047484fc4c60fa9afe27b43409e51f5.tar.gz
libeufin-da5bdc694047484fc4c60fa9afe27b43409e51f5.tar.bz2
libeufin-da5bdc694047484fc4c60fa9afe27b43409e51f5.zip
tests
introducing a function to launch nexus and sandbox and wait for user's manual input.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 523d8842..540f20a6 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ check:
.PHONY: tests
tests:
- @cd integration-tests; py.test tests.py
+ @cd integration-tests; py.test -k "not test_env" tests.py
.PHONY: parse
parse: