Skip to content

Commit

Permalink
* Fix .gdbinit directory location
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913441 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rpluem committed Oct 30, 2023
1 parent 613f78d commit 08ab87e
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 @@ -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/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 08ab87e

Please sign in to comment.