You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ku...@apache.org on 2009/04/28 22:44:58 UTC

svn commit: r769528 - /incubator/log4php/trunk/build.xml

Author: kurdalen
Date: Tue Apr 28 20:44:56 2009
New Revision: 769528

URL: http://svn.apache.org/viewvc?rev=769528&view=rev
Log:
fixed "mvn test"

Modified:
    incubator/log4php/trunk/build.xml

Modified: incubator/log4php/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/build.xml?rev=769528&r1=769527&r2=769528&view=diff
==============================================================================
--- incubator/log4php/trunk/build.xml (original)
+++ incubator/log4php/trunk/build.xml Tue Apr 28 20:44:56 2009
@@ -60,10 +60,7 @@
                          See http://www.phpunit.de  -->
             <!-- TODO: change dir to "target", needs changes in some tests -->
             <mkdir dir="target"/>
-            <exec executable="PHPUnit" failonerror="true" dir="src/test/php">
-                        <arg value="AllTests"/>
-                        <arg value="AllTests.php"/>
-            </exec>
+            <exec executable="phpunit" failonerror="true" dir="src/test/php"/>
             <foreach target="php-file" param="src.php">
                  <path>
                       <fileset dir="." includes="src/examples/php/**/*.php" excludes="**/server.php"/>