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: run tests with non exis


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: run tests with non existent config file and NOT crash the 'make check' command.
Date: Wed, 12 Jul 2017 13:19:22 +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 a567e25  run tests with non existent config file and NOT crash the 
'make check' command.
a567e25 is described below

commit a567e252fa1467764591fccc78a74d7cd5488bd5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jul 12 13:04:04 2017 +0200

    run tests with non existent config file and NOT crash
    the 'make check' command.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 3538c3a..37268e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@ install-dev:
 # The wrapper catches very hard errors (like no DB in place).  Can the 
wrapper-less way catch those errors as well?
 check:
        @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="bank-check.conf" && python3 
run_tests.py
+       @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" TALER_CONFIG_FILE="non-existent.conf" && python3 
run_tests.py || true
 
 # 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]