From af30f7474c065c4a235b5ed356a046039959a1e1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 31 Aug 2019 15:46:37 +0200 Subject: fix test case invocation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3