Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZarubin Stas <zarubin@zsv.org.ua>2011-07-14 08:45:20 +0400
committerZarubin Stas <zarubin@zsv.org.ua>2011-07-14 08:45:20 +0400
commitb309cf3e985f71dd0bf295a5c503e171605231d1 (patch)
tree0002f2bf4058df6fa708e15eb2b4d2c2f9b3cc08 /build.xml
parent05a79cbbf8d366a72e17e941dc52a070d296ff1b (diff)
Small changes in Selenium tests configuration
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 69088ae56b..a6f09da0ed 100644
--- a/build.xml
+++ b/build.xml
@@ -19,7 +19,7 @@
</target>
<target name="phpunit" description="Run unit tests using PHPUnit and generates junit.xml and clover.xml">
- <exec executable="phpunit" failonerror="true">
+ <exec executable="phpunit">
<arg line="--configuration phpunit.xml.dist"/>
</exec>
</target>