From ef2f79e109b7a23caa1d38982886006bdc0f37ef Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 17 Jan 2021 23:56:39 +0000 Subject: [PATCH] other half of command git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885631 13f79535-47bb-0310-9956-ffa450edef68 --- test/travis_run_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3