diff options
author | Ruediger Pluem <rpluem@apache.org> | 2023-10-30 16:02:00 +0100 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2023-10-30 16:02:00 +0100 |
commit | 08ab87e8bac4507ff9fa100494b530a14c5ee4f5 (patch) | |
tree | f788c9cb5962eb3d13fed69c63027e15e6be52d6 /test | |
parent | * .gdbinit is one level deeper (diff) | |
download | apache2-08ab87e8bac4507ff9fa100494b530a14c5ee4f5.tar.xz apache2-08ab87e8bac4507ff9fa100494b530a14c5ee4f5.zip |
* Fix .gdbinit directory location
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rwxr-xr-x | test/travis_before_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index d51ccdd7b7..bd468f5a70 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/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 |