Mailing List Archive

svn commit: r1885631 - /httpd/httpd/trunk/test/travis_run_linux.sh
Author: covener
Date: Sun Jan 17 23:56:39 2021
New Revision: 1885631

URL: http://svn.apache.org/viewvc?rev=1885631&view=rev
Log:
other half of command

Modified:
httpd/httpd/trunk/test/travis_run_linux.sh

Modified: httpd/httpd/trunk/test/travis_run_linux.sh
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/travis_run_linux.sh?rev=1885631&r1=1885630&r2=1885631&view=diff
==============================================================================
--- httpd/httpd/trunk/test/travis_run_linux.sh (original)
+++ httpd/httpd/trunk/test/travis_run_linux.sh Sun Jan 17 23:56:39 2021
@@ -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