[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-bank] branch master updated: Further testing with a
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-bank] branch master updated: Further testing with a not-found ~/.config/taler.conf. |
Date: |
Fri, 19 Apr 2019 16:16:01 +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 8060df9 Further testing with a not-found ~/.config/taler.conf.
8060df9 is described below
commit 8060df945e4acea5c179827e7900c70638930a41
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 19 16:15:07 2019 +0200
Further testing with a not-found ~/.config/taler.conf.
---
Makefile.am | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9e64eaf..44f47b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,6 +79,14 @@ check:
--no-input \
talerbank.app.tests_alt.BadMaxDebitOptionTestCase
@printf ${FMT} ${SEPARATOR} \
+ "Testing against db not found"
+ @export DJANGO_SETTINGS_MODULE="talerbank.settings" \
+ TALER_PREFIX="@prefix@" \
+ TALER_BANK_ALTDB="postgres:///idontexist" \
+ PYTHONPATH="${PYTHONPATH_APPEND}:${PYTHONPATH}" \
+ && python3 ./taler-bank-manage --config=bank-check.conf serve-uwsgi ;
\
+ test 4 = $$?
+ @printf ${FMT} ${SEPARATOR} \
"Testing against no currency in config"
@export TALER_BASE_CONFIG="/tmp" \
DJANGO_SETTINGS_MODULE="talerbank.settings" \
@@ -90,14 +98,7 @@ check:
--no-input \
talerbank.app.tests_alt.NoCurrencyOptionTestCase ; \
test 3 = $$?
- @printf ${FMT} ${SEPARATOR} \
- "Testing against db not found"
- @export DJANGO_SETTINGS_MODULE="talerbank.settings" \
- TALER_PREFIX="@prefix@" \
- TALER_BANK_ALTDB="postgres:///idontexist" \
- PYTHONPATH="${PYTHONPATH_APPEND}:${PYTHONPATH}" \
- && python3 ./taler-bank-manage serve-uwsgi ; \
- test 4 = $$?
+
# install into prefix
install-exec-hook:
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-bank] branch master updated: Further testing with a not-found ~/.config/taler.conf.,
gnunet <=