You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2021/12/13 14:29:41 UTC

svn commit: r1895884 - /httpd/httpd/branches/2.4.x/test/travis_run_linux.sh

Author: jorton
Date: Mon Dec 13 14:29:41 2021
New Revision: 1895884

URL: http://svn.apache.org/viewvc?rev=1895884&view=rev
Log:
Fix merge error in r1895876.

Modified:
    httpd/httpd/branches/2.4.x/test/travis_run_linux.sh

Modified: httpd/httpd/branches/2.4.x/test/travis_run_linux.sh
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/test/travis_run_linux.sh?rev=1895884&r1=1895883&r2=1895884&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/test/travis_run_linux.sh (original)
+++ httpd/httpd/branches/2.4.x/test/travis_run_linux.sh Mon Dec 13 14:29:41 2021
@@ -123,6 +123,7 @@ if ! test -v SKIP_TESTING; then
                 if test $RV -eq 0 -a $SRV -ne 0; then
                     RV=$SRV
                 fi
+            done
         popd
     fi