Actions
Task #6214
closedOverriding configuration options from templates
Start date:
07/21/2015
Due date:
07/24/2015
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
2.3.47
Description
There are three levels for setting up the options (in order of increasing priority):
- Configuration file.
- Command line.
- Test template.
The first two levels have been implemented. The last one needs to be done.
Updated by Andrei Tatarnikov over 8 years ago
- Priority changed from Normal to High
It is time to do this. Settings need unification since code is getting more and more messy.
Updated by Andrei Tatarnikov about 8 years ago
- Status changed from New to Resolved
Done. Now it is possible to redefine options in test templates using the set_option_value
function. For example:
# Sets the indentation token used in test programs
set_option_value 'indent-token', "\t"
# Sets the token used in separator lines printed into test programs
set_option_value 'separator-token', "="
Updated by Andrei Tatarnikov about 8 years ago
- Status changed from Resolved to Closed
Actions