aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-29 14:50:05 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-29 14:50:05 +0200
commit6b2a84dfe154e5eb77af8b11c47d93ef61cdeb50 (patch)
tree5ed01e6f82e175b680c8379166d65ba447039ec6
parent303e92ca40a4c8d235685e1b67264f2e76e9ee55 (diff)
downloadexchange-6b2a84dfe154e5eb77af8b11c47d93ef61cdeb50.tar.gz
exchange-6b2a84dfe154e5eb77af8b11c47d93ef61cdeb50.zip
Allow uWSGI to TERMinate on slower systems.
-rwxr-xr-xsrc/auditor/test-auditor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index d56497a9c..f2edf8299 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -84,7 +84,7 @@ function audit_only () {
84# Cleanup to run after the auditor 84# Cleanup to run after the auditor
85function post_audit () { 85function post_audit () {
86 kill -TERM `jobs -p` >/dev/null 2>/dev/null || true 86 kill -TERM `jobs -p` >/dev/null 2>/dev/null || true
87 87 sleep 1
88 echo -n "TeXing ." 88 echo -n "TeXing ."
89 ../../contrib/render.py test-audit.json test-wire-audit.json < ../../contrib/auditor-report.tex.j2 > test-report.tex || exit_fail "Renderer failed" 89 ../../contrib/render.py test-audit.json test-wire-audit.json < ../../contrib/auditor-report.tex.j2 > test-report.tex || exit_fail "Renderer failed"
90 90