From 26048694d736aa844d2be0abc6bd82a1cf51cfef Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 4 Jan 2019 11:30:53 -0600 Subject: [PATCH] One more Travis fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 019f02764..cfc8f9ef7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ after_script: after_failure: - find . -name "*.trs" -print0 | xargs -0 grep -l '^:test-result: FAIL' | while read trs; do echo FAILURE detected at $trs; cat ${trs%.trs}.log ; done - - if [ $TRAVIS_OS_NAME = linux ]; then echo "thread apply all bt" > x; find . -name core.\* -print | while read gdb; do gdb -batch -x x `file "$core"|sed -e "s/^[^']*'//" -e "s/[ '].*$//"` "$core"; done + - if [ $TRAVIS_OS_NAME = linux ]; then echo "thread apply all bt" > x; find . -name core.\* -print | while read gdb; do gdb -batch -x x `file "$core"|sed -e "s/^[^']*'//" -e "s/[ '].*$//"` "$core"; done; fi compiler: - clang