diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-03-23 12:10:35 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-03-23 12:10:35 +0100 |
commit | 0354ec6ac7b0c633a9f4c7007c0cba43bc05acbd (patch) | |
tree | 019aae8158f7dc3428d767112e812954afabcc04 /resources/tools/presentation/run_cpta.sh | |
parent | a09211590e3de1cb45c1ad1e0aae6fd84bf15c14 (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-x | resources/tools/presentation/run_cpta.sh | 5 |
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} |