Bug 59091

Summary: JMeter should report incompatible command-line options
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Sebb 2016-03-01 11:52:09 UTC
For example, -g is not compatible with -l, -r, -R.

It also requires option -n, but this is not (yet) checked.

The Avalon parser is able to detect incompatible options, but does not (yet) check for required options.
Comment 1 Sebb 2016-03-01 14:40:29 UTC
URL: http://svn.apache.org/viewvc?rev=1733042&view=rev
Log:
JMeter should report incompatible command-line options
Part 1: split up options to allow them to be referenced; disallow -l, -r, -R for -g
Bugzilla Id: 59091

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
Comment 2 The ASF infrastructure team 2022-09-24 20:38:03 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3866