travis: gdb - try core.*
authorMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 15:25:05 +0000 (17:25 +0200)
committerMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 15:25:05 +0000 (17:25 +0200)
.travis.yml
scripts/gen_travis_yml.php

index 5bade48bce1eed31c3690995c67d1a69ec85ec1b..7dac3ca9feb15da5bf5dbe9c409c7a5a15c9ff53 100644 (file)
@@ -30,7 +30,7 @@ script:
 
 after_failure:
  - cat config.log | curl -F 'sprunge=<-' http://sprunge.us
- - test -f core && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core
+ - test -f core.* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core.*
 
 notifications:
   webhooks:
index 28073580a6f25ce05835b90020fa315b34625fa4..bae19e011ef52c7d239bcdee713780a0431094d0 100755 (executable)
@@ -44,7 +44,7 @@ script:
 
 after_failure:
  - cat config.log | curl -F 'sprunge=<-' http://sprunge.us
- - test -f core && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core
+ - test -f core.* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core.*
 
 notifications:
   webhooks: