Changeset 23593 for branches


Ignore:
Timestamp:
2014/08/15 17:46:23 (12 years ago)
Author:
kimoto
Message:

#150 ユニットテスト環境の整備
phing.tasks.system.ExecTask? doesn't support the 'failonerror' attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/build.xml

    r23592 r23593  
    1414    <delete dir="reports" includeemptydirs="true" /> 
    1515    <mkdir dir="reports/coverage" /> 
    16     <exec executable="phpunit" failonerror="true"/> 
     16    <exec dir="${basedir}" executable="phpunit" /> 
    1717  </target> 
    1818  <target name="checkstyle" description="Find coding standard violations using PHP_CodeSniffer creating a log file for the continuous integration server"> 
Note: See TracChangeset for help on using the changeset viewer.