CSIT-913: Continuous Trending, Analysis and Change Detection
[csit.git] / resources / tools / presentation / run_report.sh
index 34d6c5d..3c3a9f7 100755 (executable)
@@ -44,3 +44,6 @@ python pal.py \
     --release ${RELEASE} \
     --logging INFO \
     --force
+
+RETURN_STATUS=$(echo $?)
+exit ${RETURN_STATUS}