Skip to content

Commit

Permalink
log directory created if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Box UK committed Nov 11, 2010
1 parent a34eb85 commit 38c4f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -3,6 +3,7 @@
<project name="boxuk-di" basedir="." default="test">

<target name="test" description="Run tests">
<mkdir dir="log" />
<exec command="phpunit --testdox --log-junit log/phpunit.xml tests/php/" passthru="true" checkreturn="true" />
</target>

Expand Down

0 comments on commit 38c4f30

Please sign in to comment.