aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2018-08-30 16:18:58 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-09-03 17:43:43 +0300
commit0a5d67beda902557056d5b5146d8cbe86e5001b0 (patch)
tree0e4763556530beaee4b0d64dde0127fe83b483d2
parentef122c4484ee63f64f0a1b5cab74b018b19e6361 (diff)
travis: let after_failure task print logs
current print logs are not executed due to set -e, let after_failure task print logs if return code is not zero. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>
-rwxr-xr-xscripts/ci/coverage.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/ci/coverage.sh b/scripts/ci/coverage.sh
index 2f285e95c..18e2e9806 100755
--- a/scripts/ci/coverage.sh
+++ b/scripts/ci/coverage.sh
@@ -22,25 +22,9 @@ mount -t hugetlbfs nodev /mnt/huge
export CI="true"
ODP_SCHEDULER=basic make check
-if [ $? -ne 0 ]; then
- find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
-fi
-
ODP_SCHEDULER=sp make check
-if [ $? -ne 0 ]; then
- find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
-fi
-
ODP_SCHEDULER=iquery make check
-if [ $? -ne 0 ]; then
- find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
-fi
-
ODP_SCHEDULER=scalable make check
-if [ $? -ne 0 ]; then
- find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
-fi
-
bash <(curl -s https://codecov.io/bash) -X coveragepy