From 4bb155d8745d347b637d8a3d033ea9b46106d84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 25 Jan 2016 09:03:09 +0100 Subject: [PATCH] Verbose script execution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/install-browserstack | 1 + test/install-runkit | 3 +++ test/start-local-server | 1 + 3 files changed, 5 insertions(+) diff --git a/test/install-browserstack b/test/install-browserstack index 3edcb274f2..7320dadb46 100755 --- a/test/install-browserstack +++ b/test/install-browserstack @@ -1,6 +1,7 @@ #!/bin/sh set -e +set -x if [ -z "$SELENIUM" ] ; then exit 0 diff --git a/test/install-runkit b/test/install-runkit index 3f5bb43f07..23ab4af996 100755 --- a/test/install-runkit +++ b/test/install-runkit @@ -4,6 +4,9 @@ if [ "$TRAVIS_PHP_VERSION" = "nightly" -o "$TRAVIS_PHP_VERSION" = "7.0" ] ; then exit 0 fi +set -e +set -x + pecl install runkit phpenv config-add test/php-runkit.ini diff --git a/test/start-local-server b/test/start-local-server index 0a9655a9ea..c76d374051 100755 --- a/test/start-local-server +++ b/test/start-local-server @@ -1,6 +1,7 @@ #!/bin/sh set -e +set -x if [ -z "$SELENIUM" ] ; then exit 0