From fdf6b0fefe58be5b7ca1b3528ca6cab0d868880a Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Sat, 1 Aug 2020 17:43:08 +0200 Subject: set -ex on travis/compile.sh -e to fail early: ./configure may fail and further errors from make bury the original problem in the logs. -x for easier debugging --- travis/compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'travis') diff --git a/travis/compile.sh b/travis/compile.sh index 03d8ac6c1e..683e7012a4 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -ex if [[ "$ENABLE_MAINTAINER_ZTS" == 1 ]]; then TS="--enable-maintainer-zts"; else -- cgit v1.2.1