mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-23 08:28:01 +02:00
6002ef605f
- 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
6 lines
119 B
Bash
Executable File
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
|
|
|