diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-09-23 16:21:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-09-23 16:21:52 +0200 |
commit | f05a3450e0bfd7a2c0f6a2f1eb1d12cb1c6e5c5d (patch) | |
tree | 4c47368b46fbc4e3ecf92338112e21efd5219019 /src | |
parent | 7b40c38a02e4c9850ce320e388ef08d8bd78dd71 (diff) |
-less verbose
Diffstat (limited to 'src')
-rwxr-xr-x | src/auditor/generate-auditor-basedb.sh | 3 | ||||
-rwxr-xr-x | src/auditor/generate-revoke-basedb.sh | 3 | ||||
-rwxr-xr-x | src/auditor/test-revocation.sh | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh index 6fbb4ad2d..0c52a06c4 100755 --- a/src/auditor/generate-auditor-basedb.sh +++ b/src/auditor/generate-auditor-basedb.sh @@ -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 diff --git a/src/auditor/generate-revoke-basedb.sh b/src/auditor/generate-revoke-basedb.sh index 997a9b723..f262b4960 100755 --- a/src/auditor/generate-revoke-basedb.sh +++ b/src/auditor/generate-revoke-basedb.sh @@ -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() diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index 44971c595..808d80da4 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.sh @@ -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: |