gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] 06/10: running a test against a non existent c


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] 06/10: running a test against a non existent config file.
Date: Wed, 12 Jul 2017 12:55:42 +0200

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

marcello pushed a commit to branch master
in repository bank.

commit 400cd6b3915f0d516a18890bd34bb3d254645395
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 29 16:16:01 2017 +0200

    running a test against a non existent config file.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 8e2032c..77f8528 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ install-dev:
 
 check:
        @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check-alt.conf" && python3 -m 
django test talerbank.app.tests_err
+       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="non-exsistent.conf" && if ! python3 
-m django test talerbank.app.tests_err; then exit 0; else exit 1; fi
 #      @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check.conf" && python3 -m 
django test talerbank.app.tests
 
 check_with_wrapper:

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



reply via email to

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