-less verbose

This commit is contained in:
Christian Grothoff 2022-09-23 16:21:52 +02:00
parent 7b40c38a02
commit f05a3450e0
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 6 additions and 3 deletions

View File

@ -13,7 +13,8 @@
# user running this script must be Postgres superuser
# and be allowed to create/drop databases.
#
set -eux
set -eu
# set -x
function get_iban() {
export LIBEUFIN_SANDBOX_USERNAME=$1

View File

@ -5,7 +5,8 @@
# user running this script must be Postgres superuser and be allowed to
# create/drop databases.
#
set -eux
set -eu
# set -x
# Cleanup to run whenever we exit
function exit_cleanup()

View File

@ -20,7 +20,8 @@
# Check that the auditor report is as expected.
#
# Requires 'jq' tool and Postgres superuser rights!
set -eux
set -eu
# set -x
# Set of numbers for all the testcases.
# When adding new tests, increase the last number: