From ec9e1c76d52a496f5c33f62527c742dc92851925 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 5 Dec 2018 19:59:47 +0100 Subject: Do not remove logs for now. --- buildbot/make_auditor_reports.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh index 4c6803d..33dfdc3 100755 --- 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. -- cgit v1.2.3