From c3bea67791a2512c2c8262f7bbfdc303d2b1edbc Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 29 Mar 2018 10:48:42 +0200 Subject: PAL Trending Change-Id: I6dae970203415dcb6d90217656d4f052350e52df Signed-off-by: Tibor Frank (cherry picked from commit c2b4ace3d023b2b58319feaeb942014586fcac11) --- resources/tools/presentation/run_report.sh | 7 +++---- 1 file changed, 3 insertions(+), 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 34d6c5d7be..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]} @@ -44,3 +40,6 @@ python pal.py \ --release ${RELEASE} \ --logging INFO \ --force + +RETURN_STATUS=$(echo $?) +exit ${RETURN_STATUS} -- cgit 1.2.3-korg