summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-31 15:46:37 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-31 15:46:37 +0200
commitaf30f7474c065c4a235b5ed356a046039959a1e1 (patch)
treec6c3e099eb856a62ea2b012914273bd0dfb757ff
parentf35e031af84f9199403bed96372fc1c16fc0fa0b (diff)
downloadbackoffice-af30f7474c065c4a235b5ed356a046039959a1e1.tar.gz
backoffice-af30f7474c065c4a235b5ed356a046039959a1e1.tar.bz2
backoffice-af30f7474c065c4a235b5ed356a046039959a1e1.zip
fix test case invocation
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd33bfc..94227d7 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ compile-i18n:
# run testcases
.PHONY: check
check:
- @export TALER_CONFIG_FILE=@abs_srcdir@/talerbackoffice/tests.conf; \
+ @export TALER_CONFIG_FILE=talerbackoffice/tests.conf; \
export BACKOFFICE_BACKEND="http://backend.example.com/"; \
export BACKOFFICE_INSTANCES="MusicShop"; python3 setup.py test