]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* .gdbinit is one level deeper
authorRuediger Pluem <rpluem@apache.org>
Mon, 30 Oct 2023 14:43:12 +0000 (14:43 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 30 Oct 2023 14:43:12 +0000 (14:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913439 13f79535-47bb-0310-9956-ffa450edef68

test/travis_before_linux.sh

index 685e3482fd6e4f16980ac7dbdfb6fa995e76d4a6..d51ccdd7b78875189912cfb21ccfa02f266c856a 100755 (executable)
@@ -64,7 +64,7 @@ function install_apx() {
 }
 
 # Allow to load $HOME/build/apache/httpd/.gdbinit
-echo "add-auto-load-safe-path $HOME/build/apache/httpd/.gdbinit" >> $HOME/.gdbinit
+echo "add-auto-load-safe-path $HOME/build/apache/httpd/httpd/.gdbinit" >> $HOME/.gdbinit
 
 # Prepare perl-framework test environment
 if ! test -v SKIP_TESTING; then