-less verbose
This commit is contained in:
parent
7b40c38a02
commit
f05a3450e0
@ -13,7 +13,8 @@
|
|||||||
# user running this script must be Postgres superuser
|
# user running this script must be Postgres superuser
|
||||||
# and be allowed to create/drop databases.
|
# and be allowed to create/drop databases.
|
||||||
#
|
#
|
||||||
set -eux
|
set -eu
|
||||||
|
# set -x
|
||||||
|
|
||||||
function get_iban() {
|
function get_iban() {
|
||||||
export LIBEUFIN_SANDBOX_USERNAME=$1
|
export LIBEUFIN_SANDBOX_USERNAME=$1
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
# user running this script must be Postgres superuser and be allowed to
|
# user running this script must be Postgres superuser and be allowed to
|
||||||
# create/drop databases.
|
# create/drop databases.
|
||||||
#
|
#
|
||||||
set -eux
|
set -eu
|
||||||
|
# set -x
|
||||||
|
|
||||||
# Cleanup to run whenever we exit
|
# Cleanup to run whenever we exit
|
||||||
function exit_cleanup()
|
function exit_cleanup()
|
||||||
|
@ -20,7 +20,8 @@
|
|||||||
# Check that the auditor report is as expected.
|
# Check that the auditor report is as expected.
|
||||||
#
|
#
|
||||||
# Requires 'jq' tool and Postgres superuser rights!
|
# Requires 'jq' tool and Postgres superuser rights!
|
||||||
set -eux
|
set -eu
|
||||||
|
# set -x
|
||||||
|
|
||||||
# Set of numbers for all the testcases.
|
# Set of numbers for all the testcases.
|
||||||
# When adding new tests, increase the last number:
|
# When adding new tests, increase the last number:
|
||||||
|
Loading…
Reference in New Issue
Block a user