]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
other half of command
authorEric Covener <covener@apache.org>
Sun, 17 Jan 2021 23:56:39 +0000 (23:56 +0000)
committerEric Covener <covener@apache.org>
Sun, 17 Jan 2021 23:56:39 +0000 (23:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885631 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index 97ae1d6530c263b35627605fcb27339aa7e6a8a9..6f29fd01a11af1f1feeb254d89387a52ff095951 100755 (executable)
@@ -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