]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Allow to load /home/travis/build/apache/httpd/.gdbinit
authorRuediger Pluem <rpluem@apache.org>
Tue, 13 Jul 2021 06:30:23 +0000 (06:30 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 13 Jul 2021 06:30:23 +0000 (06:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891497 13f79535-47bb-0310-9956-ffa450edef68

test/travis_before_linux.sh

index 61e844f6b76b4124d473c8d052ab0ac8c6ca016f..3a311e0effabe9744d29a75f6cb1140a55dd8ac6 100755 (executable)
@@ -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