X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Frun_cpta.sh;h=bb94928985034be08097b12b76fe3b0b869e9126;hb=53f44d52b513fae893e7774d77e3cff160ed9abe;hp=15a144d4014f954b83f54a53d2580dce27b18f7c;hpb=beeb2acb9ac153eaa54983bea46a76d596168965;p=csit.git diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index 15a144d401..bb94928985 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -2,8 +2,6 @@ set -x -( cd new ; ./run_cpta.sh ) - # set default values in config array typeset -A DIR @@ -32,7 +30,10 @@ STATUS=$(python pal.py \ --force) RETURN_STATUS=$? -mv new/_build _build/new +( cd ../presentation_new && python pal.py \ + --specification specification_CPTA.yaml \ + --logging INFO \ + --force ) echo ${STATUS} exit ${RETURN_STATUS}