gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: remove obsolte pdflatex


From: gnunet
Subject: [taler-exchange] branch master updated: remove obsolte pdflatex
Date: Mon, 02 Dec 2024 08:46:51 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new ff8c2cdf0 remove obsolte pdflatex
ff8c2cdf0 is described below

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

    remove obsolte pdflatex
---
 src/auditor/test-auditor.sh    |  2 --
 src/auditor/test-kyc.sh        | 21 ---------------------
 src/auditor/test-revocation.sh | 29 ++---------------------------
 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"
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]