From: Michael Wallner Date: Thu, 7 Sep 2017 15:34:09 +0000 (+0200) Subject: travis: gdb - try core* X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=5795950ceee832d239c94b6b9559afe6d11108e1;p=m6w6%2Fext-psi travis: gdb - try core* --- diff --git a/.travis.yml b/.travis.yml index 7dac3ca..de3598f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,8 @@ 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.* + - ls -Altr + - 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 bae19e0..332ac88 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -44,7 +44,8 @@ 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.* + - ls -Altr + - test -f core* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core* notifications: webhooks: