Skip to content

Commit

Permalink
[2.0] Exclude performance tests from build "test" target
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Feb 6, 2010
1 parent 595993b commit cf302e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
<formatter todir="${build.dir}/logs" type="xml"/>
<batchtest classpath="tests">
<fileset dir="tests">
<include name="**/*Test.php"/>
<include name="**/*Test.php" />
<exclude name="**/*Performance*.php" />
</fileset>
</batchtest>
</phpunit>
Expand Down

0 comments on commit cf302e4

Please sign in to comment.