X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Frun_cpta.sh;h=bb94928985034be08097b12b76fe3b0b869e9126;hb=53f44d52b513fae893e7774d77e3cff160ed9abe;hp=081becfcbc924ef2fd1cd44e9f9f1daadfbc6250;hpb=806d2bf874f34d80e92c700652f226359402b1e8;p=csit.git diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index 081becfcbc..bb94928985 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -24,13 +24,16 @@ 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]} +( cd ../presentation_new && python pal.py \ + --specification specification_CPTA.yaml \ + --logging INFO \ + --force ) -echo ${RETURN_STATUS} +echo ${STATUS} exit ${RETURN_STATUS}