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:
Philippe Mouawad 2016-09-02 21:02:56 +00:00
parent 481828108e
commit 0dba627ba1
1 changed files with 10 additions and 0 deletions

View File

@ -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
#---------------------------------------------------------------------------