summaryrefslogtreecommitdiff
path: root/src/auditor/test-revocation.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-24 18:23:08 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-24 18:23:08 +0100
commitfb70d338fd18e17e8a7343b191b01ed44a9f54ff (patch)
tree134d774cb1e3542bac7a3dd7d4f9bf52841b47b9 /src/auditor/test-revocation.sh
parent58e703e06c9957e10d463b020e59ac308206df1d (diff)
downloadexchange-fb70d338fd18e17e8a7343b191b01ed44a9f54ff.tar.gz
exchange-fb70d338fd18e17e8a7343b191b01ed44a9f54ff.tar.bz2
exchange-fb70d338fd18e17e8a7343b191b01ed44a9f54ff.zip
stuff
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-xsrc/auditor/test-revocation.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index e10fe1064..c39aa8053 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -25,7 +25,7 @@ WALLET_DB=wallet-revocation.json
# Configuation file will be edited, so we create one
# from the template.
-CONF=generate-auditor-basedb-prod.conf
+CONF=generate-auditor-basedb-revocation.conf
cp generate-auditor-basedb-template.conf $CONF
@@ -126,8 +126,12 @@ echo " DONE"
echo "Running wallet"
taler-wallet-cli --wallet-db=$WALLET_DB testing withdraw \
-e $EXCHANGE_URL \
- -a TESTKUDOS:8 \
- -b $BANK_URL
+ -b $BANK_URL \
+ -a TESTKUDOS:8
+
+
+echo "Launching bash for introspection/debugging..."
+bash
coins=$(taler-wallet-cli --wallet-db=$WALLET_DB advanced dump-coins)