mirror of https://github.com/apache/jmeter.git
59991 New function __groovy to evaluate Groovy Script.
Add missing property
Bugzilla Id: 59991
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1759038 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 5261ce9bdc
This commit is contained in:
parent
481828108e
commit
0dba627ba1
|
|
@ -933,6 +933,16 @@ beanshell.server.file=../extras/startup.bsh
|
|||
# The file BeanShellListeners.bshrc contains sample definitions
|
||||
# of Test and Thread Listeners.
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Groovy function
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
#Path to Groovy file containing utility functions to make available to __g function
|
||||
#groovy.utilities=
|
||||
|
||||
# Example
|
||||
#groovy.utilities=bin/utility.groovy
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# MailerModel configuration
|
||||
#---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue