From: Ruediger Pluem Date: Mon, 30 Oct 2023 15:03:15 +0000 (+0000) Subject: Merge r1913441 from trunk: X-Git-Tag: 2.4.59-rc1-candidate~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cddc8c0293be73eadb300cfcf0a2542e1debbd51;p=thirdparty%2Fapache%2Fhttpd.git Merge r1913441 from trunk: * Fix .gdbinit directory location Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index 85a0fffe356..1986c0fbcc6 100755 --- a/test/travis_before_linux.sh +++ b/test/travis_before_linux.sh @@ -93,7 +93,7 @@ function install_apx() { } # Allow to load $HOME/build/apache/httpd/.gdbinit -echo "add-auto-load-safe-path $HOME/build/apache/httpd/httpd/.gdbinit" >> $HOME/.gdbinit +echo "add-auto-load-safe-path $HOME/work/httpd/httpd/.gdbinit" >> $HOME/.gdbinit # Prepare perl-framework test environment if ! test -v SKIP_TESTING; then