summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-03 12:26:43 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-03 12:26:43 +0200
commit4e93638683242d4c5d61aac8fe4027b333d7318a (patch)
treee1c9ebf92f7c4dc73a68ef22a357300371199719 /src/auditor/test-auditor.sh
parent9a3bdcf604fedc308f7ad9fa0a462124a5765fec (diff)
downloadexchange-4e93638683242d4c5d61aac8fe4027b333d7318a.tar.gz
exchange-4e93638683242d4c5d61aac8fe4027b333d7318a.tar.bz2
exchange-4e93638683242d4c5d61aac8fe4027b333d7318a.zip
use current bank CLI and CFG options for auditor tests
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index fddec1dee..92840d48a 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -57,7 +57,7 @@ trap cleanup EXIT
function pre_audit () {
# Launch bank
echo -n "Launching bank "
- taler-bank-manage-testing $CONF postgres:///$DB serve-http 2>bank.err >bank.log &
+ taler-bank-manage-testing $CONF postgres:///$DB serve 2>bank.err >bank.log &
for n in `seq 1 80`
do
echo -n "."
@@ -370,7 +370,7 @@ echo -n "Testing inconsistency detection... "
ROW=`jq .reserve_in_amount_inconsistencies[0].row < test-audit-wire.json`
if test $ROW != 1
then
- exit_fail "Row wrong"
+ exit_fail "Row $ROW is wrong"
fi
WIRED=`jq -r .reserve_in_amount_inconsistencies[0].amount_wired < test-audit-wire.json`
if test $WIRED != "TESTKUDOS:10"