summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-31 16:19:02 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-31 16:19:02 +0200
commitd61ff48aa5d4c0c5642e885eadc8e3fcf1e06366 (patch)
tree6627b6739825e56bb98083b670d8b0e40329a85d
parentb38365fa582a52592d00f36e8dee2ee9bfca9ee6 (diff)
downloaddonations-d61ff48aa5d4c0c5642e885eadc8e3fcf1e06366.tar.gz
donations-d61ff48aa5d4c0c5642e885eadc8e3fcf1e06366.tar.bz2
donations-d61ff48aa5d4c0c5642e885eadc8e3fcf1e06366.zip
fix test case invocation
-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