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: destroy test db by defa


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: destroy test db by default
Date: Mon, 20 Nov 2017 18:19:13 +0100

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 dee0216  destroy test db by default
dee0216 is described below

commit dee02165b9bbacdb95af1eb2f0293ccca8dfe7c7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 20 18:18:53 2017 +0100

    destroy test db by default
---
 Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e7c89a8..fdea99d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,15 +31,15 @@ install-dev:
        @$(PYTHON) ./install-dev.py
 
 check:
-       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check.conf" && 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 --no-input talerbank.app.tests
        @printf -- 
"\n\n----------------------------------------------------------------------\nTesting
 against non existent config file\n\n"
-       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="non-existent.conf" && python3 -m 
django test talerbank.app.tests ; test 3 = $$?
+       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="non-existent.conf" && python3 -m 
django test --no-input talerbank.app.tests ; test 3 = $$?
        @printf -- 
"\n\n----------------------------------------------------------------------\nTesting
 against bad db string\n\n"
-       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check-alt-baddb.conf" && 
python3 -m django test talerbank.app.tests_alt.BadDatabaseStringTestCase ; test 
2 = $$?
+       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check-alt-baddb.conf" && 
python3 -m django test --no-input 
talerbank.app.tests_alt.BadDatabaseStringTestCase ; test 2 = $$?
        @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
+       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check-alt-badamount.conf" && 
python3 -m django test --no-input 
talerbank.app.tests_alt.BadMaxDebtOptionTestCase
        @printf -- 
"\n\n----------------------------------------------------------------------\nTesting
 against no currency in config\n\n"
-       @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 = $$?
+       @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 
--no-input 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]