diff options
author | Ruediger Pluem <rpluem@apache.org> | 2021-07-13 08:30:23 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2021-07-13 08:30:23 +0200 |
commit | 939538607c699dac0f25960114baa766ff29ee9a (patch) | |
tree | 52c94868db4c006caa04c265794ec10a3d4553f6 /test/travis_before_linux.sh | |
parent | * Get a full backtrace (diff) | |
download | apache2-939538607c699dac0f25960114baa766ff29ee9a.tar.xz apache2-939538607c699dac0f25960114baa766ff29ee9a.zip |
* Allow to load /home/travis/build/apache/httpd/.gdbinit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_before_linux.sh')
-rwxr-xr-x | test/travis_before_linux.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index 61e844f6b7..3a311e0eff 100755 --- a/test/travis_before_linux.sh +++ b/test/travis_before_linux.sh @@ -87,6 +87,8 @@ function install_apx() { touch ${prefix}/.revision-is-${revision} } +# Allow to load /home/travis/build/apache/httpd/.gdbinit +echo "add-auto-load-safe-path /home/travis/build/apache/httpd/.gdbinit" >> /home/travis/.gdbinit if ! test -v SKIP_TESTING; then ### Temporary: purge old svn checkout from the cache |