X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Frun_cpta.sh;h=954f17d53c32f965a5c7694854f2eafa9ac3d281;hp=081becfcbc924ef2fd1cd44e9f9f1daadfbc6250;hb=3458e725729098a6c10f68ec4a05d7256984bcdc;hpb=aaa58d348c375f80e65dfdf62a679dd0cbac4411 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}