From: Tom Trahan <t...@shippable.com>

---
/** Email created from pull request 231 (ttrahan:master)
 ** https://github.com/Linaro/odp/pull/231
 ** Patch: https://github.com/Linaro/odp/pull/231.patch
 ** Base sha: ae4f1d82ed704992c1d8284c23795b9e076b33b9
 ** Merge commit sha: 6f4b54ebaa9d145f3ad555f5bc3488afab42e2f3
 **/
 shippable.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shippable.yml b/shippable.yml
index 9bb00148f..1c54a09be 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -57,6 +57,6 @@ build:
     - make
     - sudo LD_LIBRARY_PATH="$HOME/cunit-install/lib:$LD_LIBRARY_PATH" 
ODP_SHM_DIR=/dev/shm/odp make check
 
-  post_ci:
+  on_failure:
     - cat config.log
     - find . -name 'test-suite.log' -execdir grep -il "FAILED" {} \; -exec 
echo {} \; -exec cat {} \;

Reply via email to