summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: