https://bz.apache.org/bugzilla/show_bug.cgi?id=55512
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #8 from Sebb <[email protected]> --- The jmeter.properties file still says: # Define the following property to automatically start a summariser with that name # (applies to non-GUI mode only) #summariser.name=summary This implies that the summariser won't be started unless the property is defined, however that is no longer the case, because the code defaults to summariser.name=summary. We can either: 1) fix the properties file, or 2) revert the code change and enable the property in the property file. It's now a bit awkward to disable the summariser, one has to put the following in the file: summariser.name= Luckily leading spaces and tabs are ignored when the properties file is parsed, so invisble spaces won't start the summariser, but it still looks wrong to me. Therefore I favour option 2. Any objections? -- You are receiving this mail because: You are the assignee for the bug.
