From: Joe Orton Date: Fri, 10 Jan 2020 12:32:29 +0000 (+0000) Subject: Enable verbose test output to debug failures on arm. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1710 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a616a13812f3f63b578477f0e1b7ed1744b3c1e;p=thirdparty%2Fapache%2Fhttpd.git Enable verbose test output to debug failures on arm. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872590 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 38c51edacb8..1092d010cc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ matrix: - name: Linux arm64 Ubuntu, all-modules arch: arm64 env: CONFIG="--enable-mods-shared=reallyall" + TEST_ARGS="-v" # ------------------------------------------------------------------------- - name: Linux Ubuntu, Default, all-modules env: CONFIG="--enable-mods-shared=reallyall"