From a068c8cee658254dbb80681819d906b8458a250b Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Wed, 19 Dec 2012 07:14:28 +0000 Subject: [PATCH] Refs #3445 Adding doc for --testdox git-svn-id: http://dev.piwik.org/svn/trunk@7654 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- tests/build-ci.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/build-ci.xml b/tests/build-ci.xml index aeee9cc8ec..a4ce97ac29 100644 --- a/tests/build-ci.xml +++ b/tests/build-ci.xml @@ -43,7 +43,8 @@ <echo>PDO_MYSQL unit tests started</echo> <exec executable="phpunit" dir="${basedir}/PHPUnit" failonerror="false" failifexecutionfails="true"> - <arg line=" --testdox"/> + <!-- DEBUG: when test crash in the middle, enable this to see which test crashes --> + <!--<arg line=" --testdox"/>--> </exec> <echo>PDO_MYSQL unit tests finished</echo> @@ -61,7 +62,8 @@ <echo>MYSQLI unit tests started</echo> <exec executable="phpunit" dir="${basedir}/PHPUnit" failonerror="false" failifexecutionfails="true"> - <arg line=" --testdox"/> + <!-- DEBUG: when test crash in the middle, enable this to see which test crashes --> + <!--<arg line=" --testdox"/>--> </exec> <echo>MYSQLI unit tests finished</echo> -- GitLab