|
[nant-commits] CVS: nant/tests/NAnt.SourceControl
NAnt.SourceControl.build, 1.16, 1.17
From: Charles Chan <cchan_qa@us...> - 2010-03-14 16:11
|
Update of /cvsroot/nant/nant/tests/NAnt.SourceControl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3019/NAnt.SourceControl
Modified Files:
NAnt.SourceControl.build
Log Message:
[On behalf of Dominik Guder] Update .build files for tests to output to XML formatter. To allow the results to be parsed by TeamCity in order to be reported on the dashboard.
Index: NAnt.SourceControl.build
===================================================================
RCS file: /cvsroot/nant/nant/tests/NAnt.SourceControl/NAnt.SourceControl.build,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** NAnt.SourceControl.build 17 Feb 2010 05:08:02 -0000 1.16
--- NAnt.SourceControl.build 14 Mar 2010 16:11:16 -0000 1.17
***************
*** 29,32 ****
--- 29,33 ----
<nunit2>
<formatter type="Plain" />
+ <formatter type="Xml" usefile="true" extension=".xml" outputdir="${build.dir}/results" />
<test assemblyname="${build.dir}/bin/${project::get-name()}.Tests.dll" appconfig="${path::combine(nant::get-base-directory(), 'nant.tests.config')}">
<categories>
|
| Thread | Author | Date |
|---|---|---|
| [nant-commits] CVS: nant/tests/NAnt.SourceControl NAnt.SourceControl.build, 1.16, 1.17 | Charles Chan <cchan_qa@us...> |