summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-07 15:23:49 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-07 15:23:49 +0100
commitc6b14a97c57528cbcf5e23e20707e8ec50b7faec (patch)
tree0a045362b8551daaf47ff6548f1bd4c919fb1daa /src
parent0ec06aeada8a047c4c51eff40cb2c32970a2f8de (diff)
downloadexchange-c6b14a97c57528cbcf5e23e20707e8ec50b7faec.tar.gz
exchange-c6b14a97c57528cbcf5e23e20707e8ec50b7faec.tar.bz2
exchange-c6b14a97c57528cbcf5e23e20707e8ec50b7faec.zip
Revert "stop using deprecated taler-auditor-exchange"
This reverts commit 0ec06aeada8a047c4c51eff40cb2c32970a2f8de.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/testing/taler-unified-setup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
index e1fcc8015..e621567d9 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -684,6 +684,10 @@ then
taler-auditor-dbinit \
-c "$CONF" \
--reset
+ taler-auditor-exchange \
+ -c "$CONF" \
+ -m "$MAPUB" \
+ -u "$EXCHANGE_URL"
$USE_VALGRIND taler-auditor-httpd \
-L "$LOGLEVEL" \
-c "$CONF" 2> taler-auditor-httpd.log &