summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d98268..6622526 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ install-local:
# run testcases
.PHONY: check
check:
- @export TALER_CONFIG_FILE=talerblog/tests.conf; \
+ @export TALER_CONFIG_FILE=talerdonations/tests.conf; \
python3 setup.py test
.PHONY: clean