Skip to content

Commit

Permalink
Merge r1913441 from trunk:
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rpluem committed Oct 30, 2023
1 parent 550c922 commit cddc8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/travis_before_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cddc8c0

Please sign in to comment.