From: <te...@us...> - 2009-05-25 21:31:26
|
Revision: 4387 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4387&view=rev Author: tehlike Date: 2009-05-25 21:31:19 +0000 (Mon, 25 May 2009) Log Message: ----------- Removing xml output as it seems it is not necessary. Modified Paths: -------------- trunk/nhibernate/build-common/common-project.xml Modified: trunk/nhibernate/build-common/common-project.xml =================================================================== --- trunk/nhibernate/build-common/common-project.xml 2009-05-25 21:23:55 UTC (rev 4386) +++ trunk/nhibernate/build-common/common-project.xml 2009-05-25 21:31:19 UTC (rev 4387) @@ -223,7 +223,7 @@ <target name="common.run-tests" description="Run NUnit tests"> <exec program="${root.dir}/Tools/nunit/nunit-console-x86.exe"> - <arg line="${bin.dir}/${project::get-name()}.dll /xml=${bin.dir}/${project::get-name()}.dll.result.xml" /> + <arg line="${bin.dir}/${project::get-name()}.dll" /> </exec> <!--<nunit2> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |