gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: make check uses dedicat


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: make check uses dedicated config file now (partly fixes #5017)
Date: Mon, 22 May 2017 10:52:27 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 7d862ca  make check uses dedicated config file now (partly fixes #5017)
7d862ca is described below

commit 7d862cad2c4bf0d9efd954b8f68a10651772ed71
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 22 10:50:31 2017 +0200

    make check uses dedicated config file now (partly fixes #5017)
---
 Makefile.am     |  2 +-
 bank-check.conf | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 084a6a9..f9907f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ install-dev:
        @$(PYTHON) ./install-dev.py
 
 check:
-       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" && python3 -m django test talerbank.app.tests
+       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check.conf" && python3 -m 
django test talerbank.app.tests
 
 # install into prefix
 install-exec-hook:
diff --git a/bank-check.conf b/bank-check.conf
new file mode 100644
index 0000000..dc78564
--- /dev/null
+++ b/bank-check.conf
@@ -0,0 +1,14 @@
+[taler]
+
+CURRENCY = KUDOS
+
+[bank]
+
+# Which database should we use?
+DATABASE = postgres:///talerbank
+
+# FIXME
+MAX_DEBT = KUDOS:50
+
+# FIXME
+MAX_DEBT_BANK = KUDOS:0

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]