#48 jmeter: remove unneded wrapper function
This commit is contained in:
parent
28e2c1482a
commit
84c01133ee
4
_jmeter
4
_jmeter
|
@ -44,7 +44,6 @@
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
_jmeter() {
|
|
||||||
_arguments \
|
_arguments \
|
||||||
'(- 1 *)'{-h,--help}'[Show help options]' \
|
'(- 1 *)'{-h,--help}'[Show help options]' \
|
||||||
'-p[properties files]:properties file:_files -g "*.properties"' \
|
'-p[properties files]:properties file:_files -g "*.properties"' \
|
||||||
|
@ -56,6 +55,3 @@ _jmeter() {
|
||||||
'-R[run the test in the specified remote servers]:remote servers list' \
|
'-R[run the test in the specified remote servers]:remote servers list' \
|
||||||
'-H[proxy server hostname or ip address]: :_hosts' \
|
'-H[proxy server hostname or ip address]: :_hosts' \
|
||||||
'-P[proxy server port]:number'
|
'-P[proxy server port]:number'
|
||||||
}
|
|
||||||
|
|
||||||
_jmeter "$@"
|
|
||||||
|
|
Loading…
Reference in New Issue