From: Eric Covener Date: Sun, 17 Jan 2021 23:56:39 +0000 (+0000) Subject: other half of command X-Git-Tag: 2.5.0-alpha2-ci-test-only~1048 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef2f79e109b7a23caa1d38982886006bdc0f37ef;p=thirdparty%2Fapache%2Fhttpd.git other half of command git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885631 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 97ae1d6530c..6f29fd01a11 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -179,7 +179,7 @@ if ! test -v SKIP_TESTING; then fi shopt -s nullglob - for core in test/perl-framework/t/core* 2>/dev/null`; do + for core in test/perl-framework/t/core* ; do gdb -ex 'thread apply all backtrace' -batch ./httpd "$core" RV=5 done