pauldick    02/05/15 09:55:08

  Modified:    test     build.xml
  Log:
  Fixed a type and updated perf to run with fileList property
  
  Revision  Changes    Path
  1.49      +2 -1      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml 10 May 2002 02:32:01 -0000      1.48
  +++ build.xml 15 May 2002 16:55:07 -0000      1.49
  @@ -588,7 +588,8 @@
           </antcall>
           <!-- Run the perf tests just with streams, which gives best perf 
data -->
           <antcall target="perf">
  -            <param name="contrib.flavor" value="trax.stream"/>
  +            <param name="perf.flavor" value="trax.stream"/>
  +                     <param name="perf.fileList" value="perf.filelist"/>
               <param name="perf.outputDir" value="${alltest.resultDir}/perf"/>
               <param name="perf.logFile" 
value="${alltest.resultDir}/perf/results.xml"/>
           </antcall>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to