From: Luca Toscano Date: Mon, 6 Jan 2020 18:28:45 +0000 (+0000) Subject: travis: add verbose config to perl test suite for Ubuntu Worker All Modules X-Git-Tag: 2.5.0-alpha2-ci-test-only~1720 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894b6a18504109e90827705f899ebbcbb532d805;p=thirdparty%2Fapache%2Fhttpd.git travis: add verbose config to perl test suite for Ubuntu Worker All Modules For some reason we get sporadic failures only in Ubuntu Worker All Modules' test: t/apache/rwrite.t ................... 53/? # Failed test 113 in /home/travis/build/apache/httpd/test/perl-framework/blib/lib/Apache/TestCommon.pm at line 56 fail #113 t/apache/rwrite.t ................... Failed 1/114 subtests Recent examples: https://travis-ci.org/apache/httpd/jobs/632425202 https://travis-ci.org/apache/httpd/jobs/633250739 Add "-verbose" as test option to capture more data about the failure when it happens. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872389 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index acb49cb66d7..6025a2e942b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ matrix: # ------------------------------------------------------------------------- - name: Linux Ubuntu, Worker MPM, all-modules env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker" + TEST_ARGS="-verbose" # ------------------------------------------------------------------------- - name: Linux Ubuntu, Shared MPMs, all-modules env: CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all"