From: Michael Wallner Date: Thu, 7 Sep 2017 15:25:05 +0000 (+0200) Subject: travis: gdb - try core.* X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=abeb7598f507d2936f6ed32ddcd6e2d9d086d248 travis: gdb - try core.* --- diff --git a/.travis.yml b/.travis.yml index 5bade48..7dac3ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 2807358..bae19e0 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -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: