diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-10-03 12:26:43 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-10-03 12:26:43 +0200 |
commit | 4e93638683242d4c5d61aac8fe4027b333d7318a (patch) | |
tree | e1c9ebf92f7c4dc73a68ef22a357300371199719 /src/auditor/test-revocation.sh | |
parent | 9a3bdcf604fedc308f7ad9fa0a462124a5765fec (diff) |
use current bank CLI and CFG options for auditor tests
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-x | src/auditor/test-revocation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index b70f09225..dfec08a17 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.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 "." |