-work on auditor test

This commit is contained in:
Christian Grothoff 2023-07-17 16:18:14 +02:00
parent 2ca7ce1b89
commit 62dcad6a60
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 700 additions and 479 deletions

View File

@ -75,6 +75,8 @@ mkdir -p "$(dirname "$BASEDB")"
echo "Dumping database ${BASEDB}.sql"
pg_dump -O "auditor-basedb" | sed -e '/AS integer/d' > "${BASEDB}.sql"
cp "${CONF}.edited" "${BASEDB}.conf"
cp "$(taler-config -s exchange-offline -o MASTER_PRIV_FILE -f)" "${BASEDB}.mpriv"
# clean up
echo -n "Final clean up ..."

File diff suppressed because it is too large Load Diff