X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Frun_cpta.sh;h=bb94928985034be08097b12b76fe3b0b869e9126;hp=954f17d53c32f965a5c7694854f2eafa9ac3d281;hb=0ca4a9ec1a8fc53a679b1c635a6e1b6afae0299d;hpb=3458e725729098a6c10f68ec4a05d7256984bcdc diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index 954f17d53c..bb94928985 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -30,5 +30,10 @@ 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}