You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/03/01 12:52:09 UTC

[Bug 59091] New: JMeter should report incompatible command-line options

https://bz.apache.org/bugzilla/show_bug.cgi?id=59091

            Bug ID: 59091
           Summary: JMeter should report incompatible command-line options
           Product: JMeter
           Version: 2.13
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59091] JMeter should report incompatible command-line options

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59091

--- Comment #1 from Sebb <se...@apache.org> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.