commit 0bd560f6325388c972455af498a61726b5985306 parent 1ab1b9706df6c3d331120f594aa9821f4fbf0c39 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 5 Dec 2018 15:03:10 +0100 debug Diffstat:
| M | buildbot/make_auditor_reports.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh @@ -51,7 +51,7 @@ ${SUDO_COLOR} bash -c \ # 3 put them into nginx-served directory. if ! ${SUDO_COLOR} sh -c \ - "pwd; whoami; ./render_auditor_reports.py \ + "pwd; whoami; ls -l ${JINJA_TEMPLATE}; ./render_auditor_reports.py \ ${REPORT_FILE}.txt \ ${WIRE_REPORT_FILE}.txt \ > ${REPORT_FILE}.tex \