aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/run_cpta.sh
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/presentation/run_cpta.sh')
-rwxr-xr-xresources/tools/presentation/run_cpta.sh5
1 files changed, 5 insertions, 0 deletions
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}