X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Frun_cpta.sh;h=954f17d53c32f965a5c7694854f2eafa9ac3d281;hb=229ba1d73fea70abcb7455520211b947eb89709b;hp=bb94928985034be08097b12b76fe3b0b869e9126;hpb=22cd7ebc075483d2977393429260df818072fa52;p=csit.git diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index bb94928985..954f17d53c 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -30,10 +30,5 @@ STATUS=$(python pal.py \ --force) RETURN_STATUS=$? -( cd ../presentation_new && python pal.py \ - --specification specification_CPTA.yaml \ - --logging INFO \ - --force ) - echo ${STATUS} exit ${RETURN_STATUS}