summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2023-10-30 15:43:12 +0100
committerRuediger Pluem <rpluem@apache.org>2023-10-30 15:43:12 +0100
commit613f78d88ee09d68b484835f070d534cfd7bd20f (patch)
tree922dc177610e54ae7e4f8affd1bd9c333a37c2e2 /test
parent* Systemd based systems might process core dumps via systemd-coredump. (diff)
downloadapache2-613f78d88ee09d68b484835f070d534cfd7bd20f.tar.xz
apache2-613f78d88ee09d68b484835f070d534cfd7bd20f.zip
* .gdbinit is one level deeper
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913439 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rwxr-xr-xtest/travis_before_linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh
index 685e3482fd..d51ccdd7b7 100755
--- a/test/travis_before_linux.sh
+++ b/test/travis_before_linux.sh
@@ -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