Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-level defaults in INI file #208

Open
ompiteam opened this issue Sep 13, 2014 · 1 comment
Open

Multi-level defaults in INI file #208

ompiteam opened this issue Sep 13, 2014 · 1 comment
Assignees
Milestone

Comments

@ompiteam
Copy link
Contributor

It would be nice to be able to have a multi-level system of value lookups in the INI file, perhaps something like this:

  1. Look up the value for the "foo" field in the particular section that is running (e.g., "Test run: ibm tests")
  2. If not found, look in a generic section for that phase (e.g., look for a "foo" value in a "Test run" section -- if it exists)
  3. If not found, look in the global "MTT" section
  4. If not found, use the default
@ompiteam
Copy link
Contributor Author

Imported from trac issue 207. Created by jsquyres on 2007-02-28T10:04:18, last modified: 2007-02-28T10:04:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants