Bug 59091 - JMeter should report incompatible command-line options
Summary: JMeter should report incompatible command-line options
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.13
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-01 11:52 UTC by Sebb
Modified: 2016-03-01 14:40 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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