Files
mongo-php-driver/.travis.scripts/debug-core.sh
T
Hannes Magnusson 6002ef605f Travis CI fixes
- Update ulimits to dump core
- run-tests.php has broken exit codes - detect failure better
- On failure, see if we have coredumps and then extract the bt
2014-07-21 18:09:28 +00:00

6 lines
119 B
Bash
Executable File

#!/bin/sh
PHP=/home/travis/.phpenv/versions/`php -r 'echo PHP_VERSION;'`/bin/php
echo "backtrace full" | gdb $PHP $1