CSIT-1004: Generate csv and txt tables with trending and statistical data
[csit.git] / resources / tools / presentation / run_cpta.sh
index 233e8df..6ba962d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-set +x
+set -x
 
 # set default values in config array
 typeset -A DIR
@@ -33,5 +33,6 @@ python pal.py \
     --logging INFO \
     --force
 
-RETURN_STATUS=$(echo $?)
+RETURN_STATUS=$?
+echo ${RETURN_STATUS}
 exit ${RETURN_STATUS}