fix auditor test
This commit is contained in:
parent
fa54d42dc3
commit
b93fbac1cc
@ -77,7 +77,7 @@ function audit_only () {
|
|||||||
|
|
||||||
# Cleanup to run after the auditor
|
# Cleanup to run after the auditor
|
||||||
function post_audit () {
|
function post_audit () {
|
||||||
kill `jobs -p` || true
|
kill -9 `jobs -p` || true
|
||||||
|
|
||||||
echo -n "TeXing ."
|
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"
|
../../contrib/render.py test-audit.json test-wire-audit.json < ../../contrib/auditor-report.tex.j2 > test-report.tex || exit_fail "Renderer failed"
|
||||||
|
Loading…
Reference in New Issue
Block a user