diff options
Diffstat (limited to 'src/testing/initialize_taler_system.sh')
-rwxr-xr-x | src/testing/initialize_taler_system.sh | 20 |
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 |
3 | COLOR='\033[0;35m' | 19 | COLOR='\033[0;35m' |
4 | NOCOLOR='\033[0m' | 20 | NOCOLOR='\033[0m' |
@@ -57,7 +73,7 @@ echo -n "Testing for taler-bank-manage" | |||
57 | taler-bank-manage --help >/dev/null </dev/null || exit_skip " MISSING" | 73 | taler-bank-manage --help >/dev/null </dev/null || exit_skip " MISSING" |
58 | echo " FOUND" | 74 | echo " FOUND" |
59 | echo -n "Testing for taler-wallet-cli" | 75 | echo -n "Testing for taler-wallet-cli" |
60 | taler-wallet-cli -v >/dev/null </dev/null || exit_skip " MISSING" | 76 | taler-wallet-cli -v >/dev/null </dev/null 2> /dev/null || exit_skip " MISSING" |
61 | echo " FOUND" | 77 | echo " FOUND" |
62 | 78 | ||
63 | echo -n "Generating Taler auditor, exchange and merchant configurations ..." | 79 | echo -n "Generating Taler auditor, exchange and merchant configurations ..." |