Fix bash syntax in travis_run_linux.sh.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1885629 13f79535-47bb-0310-9956-
ffa450edef68
fi
fi
- if test -f test/perl-framework/t/core; then
- gdb -ex 'thread apply all backtrace' -batch ./httpd test/perl-framework/t/core
- RV=5
- fi
- for core in test/perl-framework/t/core.*; do
+ for core in `ls test/perl-framework/t/core test/perl-framework/t/core.* 2>/dev/null`; do
gdb -ex 'thread apply all backtrace' -batch ./httpd "$core"
RV=5
done