Skip to content

Commit

Permalink
update build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Aug 19, 2012
1 parent 460b9c4 commit d983429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -8,7 +8,7 @@
<mkdir dir="build/phpunitreport" />
</target>
<target name="phpunit">
<phpunit bootstrap="init.php" printsummary="true" haltonfailure="false">
<phpunit bootstrap="bootstrap.php" printsummary="true" haltonfailure="false">
<formatter todir="build/logs" type="xml" outfile="junit.xml" />
<batchtest>
<fileset dir=".">
Expand Down

0 comments on commit d983429

Please sign in to comment.