commit b93fbac1cc9d214c8eaf61d0c5fa9a6d6e3af5aa
parent fa54d42dc36ab54fccfbb67a691f77c2c5b04d6a
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 5 Sep 2019 14:17:01 +0200
fix auditor test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"