[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: hide kill output
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: hide kill output |
Date: |
Sun, 15 Sep 2019 12:01:44 +0200 |
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 3a8581bc hide kill output
3a8581bc is described below
commit 3a8581bc5e2a6b9434aea17b5f4c144d8972a36c
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Sep 15 12:01:42 2019 +0200
hide kill output
---
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 7a7f0d29..83de1f6c 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -83,7 +83,7 @@ function audit_only () {
# Cleanup to run after the auditor
function post_audit () {
- kill -9 `jobs -p` || true
+ kill -9 `jobs -p` >/dev/null 2>/dev/null || 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: hide kill output,
gnunet <=