Commit 6fd9c46f authored by Gasol Wu's avatar Gasol Wu

remove failonerror

parent 3bb196e8
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
you could also write the switches here) you could also write the switches here)
--> -->
<target name="phpunit"> <target name="phpunit">
<exec executable="phpunit" failonerror="true" /> <exec executable="phpunit" />
</target> </target>
<!-- Run pdepend, phpmd, phpcpd, and phpcs in parallel --> <!-- Run pdepend, phpmd, phpcpd, and phpcs in parallel -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment