From abeb7598f507d2936f6ed32ddcd6e2d9d086d248 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 7 Sep 2017 17:25:05 +0200 Subject: [PATCH] travis: gdb - try core.* --- .travis.yml | 2 +- scripts/gen_travis_yml.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2