Actions
Task #5915
closedConfiguration file and command line options
Start date:
05/18/2015
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
150522
Description
Command line options:
--option-name option-value
Configuration file:
option-name=option-value
Command line options are of greater priority.
Updated by Andrei Tatarnikov over 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in r3667. Supported setting up default values for "random" and "execution-limit" settings using the configuration file "settings.xml". The configuration file has the following format:
<settings> <setting name="random" value="0"/> <setting name="execution-limit" value="200"/> </settings>
Updated by Andrei Tatarnikov over 9 years ago
- Status changed from Resolved to Closed
- Published in build set to 150522
Actions