From: Luca Toscano Date: Sun, 22 Dec 2019 10:45:03 +0000 (+0000) Subject: test/travis_before_linux.sh: remove bash -e flag X-Git-Tag: 2.5.0-alpha2-ci-test-only~1748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250e7227702040d786136ec3a1690a57932564a7;p=thirdparty%2Fapache%2Fhttpd.git test/travis_before_linux.sh: remove bash -e flag To allow a proper fail/retry, -e needs to be removed. Ideally this shouldn't happen, so I'd consider this a test to see if the bash for workaround is a viable option or not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871908 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index c31d207f7a6..04f63d9202a 100755 --- a/test/travis_before_linux.sh +++ b/test/travis_before_linux.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/bin/bash -x if ! test -v SKIP_TESTING; then # 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