mirror of https://github.com/apache/jmeter.git
Change load.user_properties to user.properties
Add system.properties
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@410905 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 374807330a
This commit is contained in:
parent
f53c51e619
commit
f6d4fea337
|
|
@ -489,6 +489,10 @@ beanshell.server.file=../extras/startup.bsh
|
|||
#Should JMeter expand the tree when loading a test plan?
|
||||
#onload.expandtree=false
|
||||
|
||||
# Should JMeter automatically load properties from user.properties file?
|
||||
# (Uncomment to disable)
|
||||
#load.user_properties=false
|
||||
# Should JMeter automatically load additional JMeter properties?
|
||||
# File name to look for (comment to disable)
|
||||
user.properties=user.properties
|
||||
|
||||
# Should JMeter automatically load additional system properties?
|
||||
# File name to look for (comment to disable)
|
||||
system.properties=system.properties
|
||||
Loading…
Reference in New Issue