[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Junit report for Subversion tests

From: Bhuvaneswaran A <bhuvan_at_collab.net>
Date: Thu, 22 Oct 2009 20:52:51 +0530

Hello,
Please find attached a script to generate the Junit report based on
Subversion test results. The junit reports can be used to integrate the
Subversion build process with continuous integration tools like Hudson.

[[
New script to generate the junit reports for Subversion test cases. The
junit reports can be used by continuous integration tools like Hudson
for building and testing Subversion.

* tools/dev/gen_junit_report.py
  The junit reports are generated by parsing the tests log file,
  tests.log. The test results, PASS, FAIL and SKIP are marked as
  appropriate in the junit reports. The XFAIL tests are considered as
  PASS. This script can take options: --log-file and --output-dir.
  
  The value for --log-file option denotes the log file to parse for
  generating the junit reports.
  
  The value for --output-dir option denotes the directory to store the
  junit reports. A separate file is created in this directory for each
  test case.
]]

-- 
Bhuvaneswaran A    
CollabNet Software P Ltd.  |  www.collab.net
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410275

Received on 2009-10-22 17:23:22 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.