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