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