From c046d7b7d364abcfdbdfcdbe0df970e55dc9c3f1 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 26 Mar 2018 14:56:57 +0200 Subject: Report: Detect outliers for the comparative tables Change-Id: I2bbb2c4e18f456da9b8d62b6654d7e23fe36ee58 Signed-off-by: Tibor Frank --- resources/tools/presentation/run_report.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'resources/tools/presentation/run_report.sh') diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 3c3a9f75ce..d294640fd1 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -23,10 +23,6 @@ then sudo sed -i.bak 's/^\(main_memory\s=\s\).*/\110000000/' /usr/share/texlive/texmf-dist/web2c/texmf.cnf fi -# Clean-up when finished -trap 'rm -rf ${DIR[WORKING]}; exit' EXIT -trap 'rm -rf ${DIR[WORKING]}; exit' ERR - # Create working directories mkdir ${DIR[WORKING]} -- cgit 1.2.3-korg