details:   https://code.openbravo.com/erp/devel/pi/rev/bda39bc4acd3
changeset: 32599:bda39bc4acd3
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Tue Aug 29 14:46:37 2017 +0200
summary:   fixes 36741: generate xml report for individual test execution with 
run.test

  XML report will be generated in src directory with named like the executed 
test.

diffstat:

 src-test/build.xml |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 2174cbb90a5a -r bda39bc4acd3 src-test/build.xml
--- a/src-test/build.xml        Tue Aug 29 13:02:40 2017 +0200
+++ b/src-test/build.xml        Tue Aug 29 14:46:37 2017 +0200
@@ -102,7 +102,9 @@
     <junit printsummary="yes" haltonfailure="yes">
       <classpath refid="test.class.path" />
       <formatter type="plain" usefile="no"/>
-      <test name="${test}" haltonfailure="no"/>
+      <test name="${test}" haltonfailure="no" outfile="../src/result-${test}">
+        <formatter type="xml"/>
+      </test>
     </junit>
   </target>
 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to