Author: sebb
Date: Fri May  9 01:11:57 2008
New Revision: 654714

URL: http://svn.apache.org/viewvc?rev=654714&view=rev
Log:
Skip dump of log file - is it preventing gump from detecting failures?

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=654714&r1=654713&r2=654714&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Fri May  9 01:11:57 2008
@@ -1195,10 +1195,11 @@
   <target name="gump-test" 
       depends="_gump_properties,compile-tests,_test"
       description="Test JMeter in Gump">
-    <!-- Show the log file -->
+    <!-- Show the log file
     <concat>
       <filelist dir="bin" files="jmeter-test.log" />
     </concat>
+     -->
        <!--antcall target="gump-check"/-->
   </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to