From 142a369e43dfe73353b053e3f683072b58c90bde Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 18 Mar 2022 08:54:08 +0100 Subject: add selection by shard, ignore KYC in revocation test aggregation --- src/auditor/test-revocation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/auditor') diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index 06d54dc9e..9453c4458 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.sh @@ -74,8 +74,9 @@ function pre_audit () { if test ${1:-no} = "aggregator" then + export CONF echo -n "Running exchange aggregator ..." - taler-exchange-aggregator -L INFO -t -c $CONF 2> aggregator.log || exit_fail "FAIL" + taler-exchange-aggregator -L INFO -t -c $CONF -y 2> aggregator.log || exit_fail "FAIL" echo " DONE" echo -n "Running exchange closer ..." taler-exchange-closer -L INFO -t -c $CONF 2> closer.log || exit_fail "FAIL" -- cgit v1.2.3