From 5faf565abe5cb3beefd28bcb4f57b1b575c46389 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 19 Jun 2020 15:33:19 +0000 Subject: [PATCH] For diagnosing weird non-x86 failures, dump /etc/hosts in future runs. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878993 13f79535-47bb-0310-9956-ffa450edef68 --- test/travis_before_linux.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index e46ea658379..58a48ec5fcd 100755 --- a/test/travis_before_linux.sh +++ b/test/travis_before_linux.sh @@ -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. -- 2.47.3