X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Frun_cpta.sh;h=6ba962d778fca8ab93d81ec69d207d49ffbb09ec;hp=233e8dfbe293941bc5acdb590578e1048ae57363;hb=0354ec6ac7b0c633a9f4c7007c0cba43bc05acbd;hpb=a09211590e3de1cb45c1ad1e0aae6fd84bf15c14 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}