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/03/31 10:08:39 UTC

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

Author: jorton
Date: Tue Mar 31 10:08:39 2020
New Revision: 1875923

URL: http://svn.apache.org/viewvc?rev=1875923&view=rev
Log:
For future debugging ease, output the Travis tag & branch. [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=1875923&r1=1875922&r2=1875923&view=diff
==============================================================================
--- httpd/httpd/trunk/test/travis_before_linux.sh (original)
+++ httpd/httpd/trunk/test/travis_before_linux.sh Tue Mar 31 10:08:39 2020
@@ -4,6 +4,9 @@ if test -v CLEAR_CACHE; then
     rm -rf $HOME/root
 fi
 
+: Travis tag = ${TRAVIS_TAG}
+: Travis branch = ${TRAVIS_BRANCH}
+
 # 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.