From 3458e725729098a6c10f68ec4a05d7256984bcdc Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 26 Mar 2018 11:02:54 +0200 Subject: CSIT-919: Jenkins job Change-Id: I8ed4a8e135ebbebc7799a633872a50293eb410af Signed-off-by: Tibor Frank --- resources/tools/presentation/run_cpta.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'resources/tools/presentation/run_cpta.sh') diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index 081becfcbc..954f17d53c 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -24,13 +24,11 @@ pip install -r requirements.txt export PYTHONPATH=`pwd` -python pal.py \ +STATUS=$(python pal.py \ --specification specification_CPTA.yaml \ --logging INFO \ - --force + --force) RETURN_STATUS=$? -rm -rf ${DIR[WORKING]} - -echo ${RETURN_STATUS} +echo ${STATUS} exit ${RETURN_STATUS} -- cgit 1.2.3-korg