From 939958214de1343d9302f891f66fe18094d9a246 Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Mon, 28 Jan 2013 07:15:08 +0000 Subject: [PATCH] Next git-svn-id: http://dev.piwik.org/svn/trunk@7809 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- tests/build-ci.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/build-ci.xml b/tests/build-ci.xml index e5543b91a1..0d2ae283b8 100644 --- a/tests/build-ci.xml +++ b/tests/build-ci.xml @@ -46,7 +46,6 @@ <!-- DEBUG: when test crash in the middle, enable this to see which test crashes. Note: remove \ from -\- below --> <!-- <arg line=" -\-testdox"/> --> - <arg line=" --testdox"/> </exec> <echo>PDO_MYSQL unit tests finished</echo> @@ -66,7 +65,6 @@ <exec executable="phpunit" dir="${basedir}/PHPUnit" failonerror="false" failifexecutionfails="true"> <!-- DEBUG: when test crash in the middle, enable this to see which test crashes. Note: Remove \ from -\- below --> <!--<arg line="-\-testdox"/>--> - <arg line=" --testdox"/> </exec> <echo>MYSQLI unit tests finished</echo> -- GitLab