]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
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)
commit250e7227702040d786136ec3a1690a57932564a7
tree6b86ef9c23d2cbb09ad0c9f1f6ccff25865ebb8d
parente4aa805aba268d9bdaacc30a0fa43069189dcf0e
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
test/travis_before_linux.sh