From 4e7077b264cebb0b841b63f4e13974ab10a1a3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 25 May 2016 10:24:52 +0200 Subject: [PATCH] Run selenium tests more verbosely to see the progress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The currently timeout od Travis due to no output. Signed-off-by: Michal Čihař --- test/ci-selenium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci-selenium b/test/ci-selenium index 33740e18b8..85d930f1ea 100755 --- a/test/ci-selenium +++ b/test/ci-selenium @@ -2,6 +2,6 @@ ant locales -export PHPUNIT_ARGS="--group selenium" +export PHPUNIT_ARGS="--group selenium --debug" ant phpunit