exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ff8c2cdf060714c4e5b36bd1c6a44b1781a62dc8
parent c5ca2c7fa8634d51322e40f653b70868dd0a1371
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  2 Dec 2024 08:46:45 +0100

remove obsolte pdflatex

Diffstat:
Msrc/auditor/test-auditor.sh | 2--
Msrc/auditor/test-kyc.sh | 21---------------------
Msrc/auditor/test-revocation.sh | 29++---------------------------
Msrc/auditor/test-sync.sh | 2--
4 files changed, 2 insertions(+), 52 deletions(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh @@ -2179,8 +2179,6 @@ faketime -h > /dev/null || exit_skip "faketime required" # NOTE: really check for all three libeufin commands? echo "Testing for libeufin" libeufin-bank --help >/dev/null 2> /dev/null </dev/null || exit_skip "libeufin required" -echo "Testing for pdflatex" -which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required" echo "Testing for taler-wallet-cli" taler-wallet-cli -h >/dev/null </dev/null 2>/dev/null || exit_skip "taler-wallet-cli required" diff --git a/src/auditor/test-kyc.sh b/src/auditor/test-kyc.sh @@ -278,26 +278,7 @@ function post_audit () { -c "$CONF" \ -g \ || exit_fail "exchange DB GC failed" - cleanup - echo -n "TeXing ." - taler-helper-auditor-render.py \ - test-audit-aggregation.json \ - test-audit-coins.json \ - test-audit-deposits.json \ - test-audit-reserves.json \ - test-audit-wire.json \ - < ../../contrib/auditor-report.tex.j2 \ - > test-report.tex \ - || exit_fail "Renderer failed" - - echo -n "." - timeout 10 pdflatex test-report.tex \ - >/dev/null \ - || exit_fail "pdflatex failed" - echo -n "." - timeout 10 pdflatex test-report.tex \ - >/dev/null echo " DONE" } @@ -671,8 +652,6 @@ faketime -h > /dev/null || exit_skip "faketime required" # NOTE: really check for all three libeufin commands? echo "Testing for libeufin-bank" libeufin-bank --help >/dev/null 2> /dev/null </dev/null || exit_skip "libeufin-bank required" -echo "Testing for pdflatex" -which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required" echo "Testing for taler-wallet-cli" taler-wallet-cli -h >/dev/null </dev/null 2>/dev/null || exit_skip "taler-wallet-cli required" diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh @@ -253,30 +253,6 @@ function audit_only () { } -# Cleanup to run after the auditor -function post_audit () { - cleanup - echo -n "TeXing ." - taler-helper-auditor-render.py \ - test-audit-aggregation.json \ - test-audit-coins.json \ - test-audit-deposits.json \ - test-audit-reserves.json \ - test-audit-wire.json \ - < ../../contrib/auditor-report.tex.j2 \ - > test-report.tex \ - || exit_fail "Renderer failed" - echo -n "." - timeout 10 pdflatex test-report.tex \ - >/dev/null \ - || exit_fail "pdflatex failed" - echo -n "." - timeout 10 pdflatex test-report.tex \ - >/dev/null - echo " DONE" -} - - # Run audit process on current database, including report # generation. Pass "aggregator" as $1 to run # $ taler-exchange-aggregator @@ -284,7 +260,8 @@ function post_audit () { function run_audit () { pre_audit "${1:-no}" audit_only - post_audit + cleanup + echo " DONE" } @@ -682,8 +659,6 @@ libeufin-bank --help \ 2> /dev/null \ </dev/null \ || exit_skip "libeufin-bank required" -echo "Testing for pdflatex" -which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required" echo "Testing for taler-wallet-cli" taler-wallet-cli -h \ >/dev/null \ diff --git a/src/auditor/test-sync.sh b/src/auditor/test-sync.sh @@ -101,8 +101,6 @@ echo "Testing for faketime" faketime -h > /dev/null || exit_skip "faketime required" echo "Testing for libeufin-bank" libeufin-bank --help >/dev/null </dev/null 2> /dev/null || exit_skip "libeufin-bank required" -echo "Testing for pdflatex" -which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required" echo "Testing for taler-wallet-cli" taler-wallet-cli -h >/dev/null </dev/null 2>/dev/null || exit_skip "taler-wallet-cli required"