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: Prevent no-currency-in-


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: Prevent no-currency-in-config testcase from picking [taler]/currency from base config directory.
Date: Thu, 20 Jul 2017 10:57:33 +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 d20ff10  Prevent no-currency-in-config testcase from picking 
[taler]/currency from base config directory.
d20ff10 is described below

commit d20ff10975eb3bc6be3c449ff17a03510ea3b3b3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jul 20 10:56:48 2017 +0200

    Prevent no-currency-in-config testcase from picking
    [taler]/currency from base config directory.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index d7f63cf..35f4294 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ check:
        @printf -- 
"\n\n----------------------------------------------------------------------\nTesting
 against bad amount\n\n"
        @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check-alt-badamount.conf" && 
python3 -m django test talerbank.app.tests_alt.BadMaxDebtOptionTestCase
        @printf -- 
"\n\n----------------------------------------------------------------------\nTesting
 against no currency in config\n\n"
-       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check-alt-nocurrency.conf" && 
python3 -m django test talerbank.app.tests_alt.NoCurrencyOptionTestCase ; test 
3 = $$?
+       @export TALER_BASE_CONFIG="/tmp" 
DJANGO_SETTINGS_MODULE="talerbank.settings" TALER_PREFIX="@prefix@" 
TALER_CONFIG_FILE="bank-check-alt-nocurrency.conf" && python3 -m django test 
talerbank.app.tests_alt.NoCurrencyOptionTestCase ; test 3 = $$?
 
 # install into prefix
 install-exec-hook:

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



reply via email to

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