aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/run_cpta.sh
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-03-23 12:10:35 +0100
committerTibor Frank <tifrank@cisco.com>2018-03-23 12:10:35 +0100
commit0354ec6ac7b0c633a9f4c7007c0cba43bc05acbd (patch)
tree019aae8158f7dc3428d767112e812954afabcc04 /resources/tools/presentation/run_cpta.sh
parenta09211590e3de1cb45c1ad1e0aae6fd84bf15c14 (diff)
CSIT-1004: Generate csv and txt tables with trending and statistical data
Change-Id: I50ba76c06621a9a293a5327b5b7709e4df6a4756 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_cpta.sh')
-rwxr-xr-xresources/tools/presentation/run_cpta.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh
index 233e8dfbe2..6ba962d778 100755
--- a/resources/tools/presentation/run_cpta.sh
+++ b/resources/tools/presentation/run_cpta.sh
@@ -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}