CSIT-1488: Add data to the Report 1904
[csit.git] / resources / tools / presentation / run_cpta.sh
index 15a144d..bb94928 100755 (executable)
@@ -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}