summaryrefslogtreecommitdiff
path: root/test/travis_run_linux.sh
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2021-07-13 06:26:31 +0000
committerRuediger Pluem <rpluem@apache.org>2021-07-13 06:26:31 +0000
commit3c4211ea72d58d470fd160d5802dbcdf7ce90bc6 (patch)
tree80f39550c3f791498b41aa6bddbc00409a3e4cc3 /test/travis_run_linux.sh
parentf5935699a8fba9cc6c78b8d6f8966c4c669f135e (diff)
downloadhttpd-3c4211ea72d58d470fd160d5802dbcdf7ce90bc6.tar.gz
* Get a full backtrace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891496 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-xtest/travis_run_linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index cd0d13480a..6c37052739 100755
--- a/test/travis_run_linux.sh
+++ b/test/travis_run_linux.sh
@@ -186,7 +186,7 @@ if ! test -v SKIP_TESTING; then
shopt -s nullglob
for core in test/perl-framework/t/core* ; do
- gdb -ex 'thread apply all backtrace' -batch ./httpd "$core"
+ gdb -ex 'thread apply all backtrace full' -batch ./httpd "$core"
RV=5
done