commit f05a3450e0bfd7a2c0f6a2f1eb1d12cb1c6e5c5d
parent 7b40c38a02e4c9850ce320e388ef08d8bd78dd71
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 23 Sep 2022 16:21:52 +0200
-less verbose
Diffstat:
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git 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
@@ -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
@@ -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: