]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
test/travis_before_linux.sh: remove bash -e flag
authorLuca Toscano <elukey@apache.org>
Sun, 22 Dec 2019 10:45:03 +0000 (10:45 +0000)
committerLuca Toscano <elukey@apache.org>
Sun, 22 Dec 2019 10:45:03 +0000 (10:45 +0000)
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

test/travis_before_linux.sh

index c31d207f7a6292c25e4466b84b65a9f081d191d9..04f63d9202af4e068a0e164c66d87e042523134a 100755 (executable)
@@ -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