mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

al_xipe
27.37.2007 499c126c880ff715aae7fd989a2f3fe57e289d8f
hack to be able to plot the functional tests result trend
1 files modified
11 ■■■■■ changed files
opends/tests/functional-tests/staf-installer.xml 11 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/staf-installer.xml
@@ -617,6 +617,17 @@
        <include name="r*"/>
      </fileset>
    </copy>
    <delete file="${staf.tmp.dir}/percentage.properties"/>
    <copy file="${staf.tmp.dir}/my-report.html" tofile="${staf.tmp.dir}/plot.all.percentage">
      <filterchain>
        <linecontains>
         <contains value='font size="+2'/>
        </linecontains>
        <tokenfilter>
          <replaceregex pattern=".*font size=.+2..(\d+)%./font.*" replace="YVALUE=\1"/>
        </tokenfilter>
      </filterchain>
    </copy>
    <echo>You may access the tests report at</echo>
    <echo>${tests.run.dir}/${tests.run.time}/report/my-report.html</echo>
    <antcall target="send-mail"/>