aboutsummaryrefslogtreecommitdiff
path: root/src/testing/initialize_taler_system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/initialize_taler_system.sh')
-rwxr-xr-xsrc/testing/initialize_taler_system.sh20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/testing/initialize_taler_system.sh b/src/testing/initialize_taler_system.sh
index abe8a6d2..218de4bf 100755
--- a/src/testing/initialize_taler_system.sh
+++ b/src/testing/initialize_taler_system.sh
@@ -1,4 +1,20 @@
1# This file is in the public domain. 1# This file is part of TALER
2# Copyright (C) 2014-2021 Taler Systems SA
3#
4# TALER is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as
6# published by the Free Software Foundation; either version 3, or
7# (at your option) any later version.
8#
9# TALER is distributed in the hope that it will be useful, but
10# WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public
15# License along with TALER; see the file COPYING. If not, see
16# <http://www.gnu.org/licenses/>
17#
2## Coloring style Text shell script 18## Coloring style Text shell script
3COLOR='\033[0;35m' 19COLOR='\033[0;35m'
4NOCOLOR='\033[0m' 20NOCOLOR='\033[0m'
@@ -57,7 +73,7 @@ echo -n "Testing for taler-bank-manage"
57taler-bank-manage --help >/dev/null </dev/null || exit_skip " MISSING" 73taler-bank-manage --help >/dev/null </dev/null || exit_skip " MISSING"
58echo " FOUND" 74echo " FOUND"
59echo -n "Testing for taler-wallet-cli" 75echo -n "Testing for taler-wallet-cli"
60taler-wallet-cli -v >/dev/null </dev/null || exit_skip " MISSING" 76taler-wallet-cli -v >/dev/null </dev/null 2> /dev/null || exit_skip " MISSING"
61echo " FOUND" 77echo " FOUND"
62 78
63echo -n "Generating Taler auditor, exchange and merchant configurations ..." 79echo -n "Generating Taler auditor, exchange and merchant configurations ..."