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 2020/06/19 15:33:19 UTC

svn commit: r1878993 - /httpd/httpd/trunk/test/travis_before_linux.sh

Author: jorton
Date: Fri Jun 19 15:33:19 2020
New Revision: 1878993

URL: http://svn.apache.org/viewvc?rev=1878993&view=rev
Log:
For diagnosing weird non-x86 failures, dump /etc/hosts in future runs. [skip ci]

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

Modified: httpd/httpd/trunk/test/travis_before_linux.sh
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/travis_before_linux.sh?rev=1878993&r1=1878992&r2=1878993&view=diff
==============================================================================
--- httpd/httpd/trunk/test/travis_before_linux.sh (original)
+++ httpd/httpd/trunk/test/travis_before_linux.sh Fri Jun 19 15:33:19 2020
@@ -7,6 +7,10 @@ fi
 : Travis tag = ${TRAVIS_TAG}
 : Travis branch = ${TRAVIS_BRANCH}
 
+: /etc/hosts --
+cat /etc/hosts
+: -- ends
+
 # Use a rudimental retry workflow as workaround to svn export hanging for minutes.
 # Travis automatically kills a build if one step takes more than 10 minutes without
 # reporting any progress.