summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-31 16:32:15 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-31 16:32:15 +0200
commit0db38d992832b8070fcb1b05335f9e18d60b8c46 (patch)
tree6628efc13e95e0588dab21a9d03f01a1746e02f2
parent18ab3d0f84c42de7a6e7ca29448020945fb05f62 (diff)
downloadsurvey-0db38d992832b8070fcb1b05335f9e18d60b8c46.tar.gz
survey-0db38d992832b8070fcb1b05335f9e18d60b8c46.tar.bz2
survey-0db38d992832b8070fcb1b05335f9e18d60b8c46.zip
fix test case invocation
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5c1128..19de878 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,8 @@ install-local:
# run testcases
.PHONY: check
check:
- python3 setup.py test
+ @export TALER_CONFIG_FILE=talersurvey/tests.conf; \
+ python3 setup.py test
.PHONY: clean
clean: