[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: fix auditor test
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: fix auditor test |
Date: |
Thu, 05 Sep 2019 14:17:44 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new b93fbac1 fix auditor test
b93fbac1 is described below
commit b93fbac1cc9d214c8eaf61d0c5fa9a6d6e3af5aa
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Sep 5 14:17:01 2019 +0200
fix auditor test
---
src/auditor/test-auditor.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index a7b8a733..f2a1aca5 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -77,7 +77,7 @@ function audit_only () {
# Cleanup to run after the auditor
function post_audit () {
- kill `jobs -p` || true
+ kill -9 `jobs -p` || true
echo -n "TeXing ."
../../contrib/render.py test-audit.json test-wire-audit.json <
../../contrib/auditor-report.tex.j2 > test-report.tex || exit_fail "Renderer
failed"
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-exchange] branch master updated: fix auditor test,
gnunet <=