You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/01/05 06:42:10 UTC

svn commit: r1820261 - /jmeter/trunk/build.xml

Author: pmouawad
Date: Fri Jan  5 06:42:10 2018
New Revision: 1820261

URL: http://svn.apache.org/viewvc?rev=1820261&view=rev
Log:
Bug 61966 - Setup Test Results Analyzer in jenkins
Add spock tests
Bugzilla Id: 61966

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1820261&r1=1820260&r2=1820261&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Fri Jan  5 06:42:10 2018
@@ -3023,6 +3023,9 @@ run JMeter unless all the JMeter jars ar
       <path refid="logging.classpath"/>
     </classpath>
     <batchtest todir="reports" skipNonTests="true">
+        <fileset dir="${build.test}">
+            <include name="**/*Spec.class" />
+		</fileset>
         <fileset dir="${src.test}">
             <include name="**/*Test*.java" />
             <exclude name="**/AllTests.java" />