Skip to content

Commit

Permalink
[travis] Try to tell gdb the correct perl binary
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Oct 8, 2016
1 parent 70fb995 commit 93c40c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -116,4 +116,4 @@ script:

after_failure:
- COREFILE=$(find . -maxdepth 1 -name "core*" | head -n 1) # find core file
- if [[ -f "$COREFILE" ]]; then gdb -c "$COREFILE" example -ex "thread apply all bt" -ex "set pagination 0" -batch; fi
- if [[ -f "$COREFILE" ]]; then gdb -c "$COREFILE" `which perl` -ex "thread apply all bt" -ex "set pagination 0" -batch; fi

0 comments on commit 93c40c8

Please sign in to comment.