Skip to content

Commit

Permalink
Apparently relative paths for panic.gdb work whereas full ones don't
Browse files Browse the repository at this point in the history
This is likely the cause of all the weird hung tests
  • Loading branch information
arr2036 committed Feb 24, 2014
1 parent d57da9f commit 93bb81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ before_install:
- sudo apt-get install -qq -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" libmysqlclient-dev
env:
global:
- PANIC_ACTION="gdb -silent -x $HOME/freeradius/etc/raddb/panic.gdb %e %p"
- PANIC_ACTION="gdb -silent -x raddb/panic.gdb %e %p"
matrix:
- LIBS_OPTIONAL=no LIBS_SHARED=yes
- LIBS_OPTIONAL=yes LIBS_SHARED=yes
Expand Down

0 comments on commit 93bb81a

Please sign in to comment.