Changeset 748

Show
Ignore:
Timestamp:
06/25/07 13:29:50 (1 year ago)
Author:
mikey
Message:

run tests two times, second time with cached data

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/stubbles/build.xml

    r723 r748  
    166166    <phingcall target="test-preparation" /> 
    167167    <mySimpletest testfile="&quot;${project.basedir}/../../src/test/run.php&quot;" exit="true" /> 
     168    <!-- run two times, this time with the data cached --> 
     169    <mySimpletest testfile="&quot;${project.basedir}/../../src/test/run.php&quot;" exit="true" /> 
    168170  </target> 
    169171