commit ec9e1c76d52a496f5c33f62527c742dc92851925 parent d0d216415efe508df32c4152b44a9650a4a80820 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 5 Dec 2018 19:59:47 +0100 Do not remove logs for now. Diffstat:
| M | buildbot/make_auditor_reports.sh | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh @@ -39,10 +39,4 @@ python ${PWD}/render_auditor_reports.py \ cd "${REPORTS_DIRECTORY}" pdflatex "${REPORT_FILE_NOEXT}.tex" -rm \ - "${REPORT_FILE_NOEXT}.log" \ - "${REPORT_FILE_NOEXT}.tex" \ - "${REPORT_FILE_NOEXT}.txt" \ - "${WIRE_REPORT_FILE_NOEXT}.txt" - echo "The file ${REPORT_FILE_NOEXT}.pdf" has been correctly generated.