diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-12-02 08:46:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-12-02 08:46:45 +0100 |
commit | ff8c2cdf060714c4e5b36bd1c6a44b1781a62dc8 (patch) | |
tree | e19d92d6179a57dc16c6f1f6d859400e001d46bf | |
parent | c5ca2c7fa8634d51322e40f653b70868dd0a1371 (diff) |
remove obsolte pdflatex
-rwxr-xr-x | src/auditor/test-auditor.sh | 2 | ||||
-rwxr-xr-x | src/auditor/test-kyc.sh | 21 | ||||
-rwxr-xr-x | src/auditor/test-revocation.sh | 29 | ||||
-rwxr-xr-x | src/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 index 04461b95a..4679a9791 100755 --- 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 index 259e08041..8efdc45b5 100755 --- 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 index 53bbeabb1..310a4e14e 100755 --- 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 index de24ae764..60ea392eb 100755 --- 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" |