Author: pmouawad
Date: Mon Feb 29 21:20:59 2016
New Revision: 1732949

URL: http://svn.apache.org/viewvc?rev=1732949&view=rev
Log:
Bug 58986 - Report/Dashboard reuses the same output directory
Take into account sebb note on dev mailing list:
"- The precedence is wrong; command line options should always override 
property definitions."
Bugzilla Id: 58986

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1732949&r1=1732948&r2=1732949&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Mon Feb 29 21:20:59 2016
@@ -1262,7 +1262,7 @@ jmeter.reportgenerator.exporter.html.cla
 #jmeter.reportgenerator.exporter.html.property.template_dir=report-template
 
 # Sets the destination directory for generated html pages.
-# This will override the value set through -o command line option
+# This will be overriden by the command line option -o 
 #jmeter.reportgenerator.exporter.html.property.output_dir=report-output
 
 # Indicates which graph series are filtered (regular expression)


Reply via email to