You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/09/02 00:08:44 UTC

svn commit: r991729 - /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant-common.xml

Author: tabish
Date: Wed Sep  1 22:08:44 2010
New Revision: 991729

URL: http://svn.apache.org/viewvc?rev=991729&view=rev
Log:
Add exclude for long running tests to the test target

Modified:
    activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant-common.xml

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant-common.xml?rev=991729&r1=991728&r2=991729&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant-common.xml Wed Sep  1 22:08:44 2010
@@ -469,6 +469,7 @@
                 <exec program="nunit-console" failonerror="true" workingdir="build/${current.build.framework}/${current.build.config}">
                     <arg value="${NUnit.Projectfile}" />
                     <arg value="-labels" />
+                    <arg value="-exclude=LongRunning" />
                     <arg value="-xml=Nunit.TestOutput.xml" />
                 </exec>
             </if>