From cddc8c0293be73eadb300cfcf0a2542e1debbd51 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Mon, 30 Oct 2023 15:03:15 +0000 Subject: [PATCH] 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 --- test/travis_before_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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