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

index 7dac3ca9feb15da5bf5dbe9c409c7a5a15c9ff53..de3598fe9d8fa2799741b4a648dc41bcc30546a2 100644 (file)
@@ -30,7 +30,8 @@ script:
 
 after_failure:
  - cat config.log | curl -F 'sprunge=<-' http://sprunge.us
 
 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.*
+ - ls -Altr
+ - test -f core* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core*
 
 notifications:
   webhooks:
 
 notifications:
   webhooks:
index bae19e011ef52c7d239bcdee713780a0431094d0..332ac8872835e0585a213bd1bc29895de6cea081 100755 (executable)
@@ -44,7 +44,8 @@ script:
 
 after_failure:
  - cat config.log | curl -F 'sprunge=<-' http://sprunge.us
 
 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.*
+ - ls -Altr
+ - test -f core* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core*
 
 notifications:
   webhooks:
 
 notifications:
   webhooks: