[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-survey] branch master updated: fix test case invocat
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-survey] branch master updated: fix test case invocation |
Date: |
Sat, 31 Aug 2019 16:32:18 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository survey.
The following commit(s) were added to refs/heads/master by this push:
new 0db38d9 fix test case invocation
0db38d9 is described below
commit 0db38d992832b8070fcb1b05335f9e18d60b8c46
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 16:32:15 2019 +0200
fix test case invocation
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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:
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-survey] branch master updated: fix test case invocation,
gnunet <=