Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Options: fix path canonicalization and file-like objects | Chris St. Pierre | 2014-11-10 | 1 | -0/+14 |
| | | | | | | This fixes canonicalizing PathOption values when the default value of a config file-only option is used. It also fixes PathOptions that get a file-like object instead of a filename string. | ||||
* | testsuite: unlink temporary files | Chris St. Pierre | 2014-11-10 | 2 | -5/+10 |
| | | | | | This cleans up the temporary config files created by the option parsing unit tests. Courtesy Alexander Sulfrian. | ||||
* | Options: ensure <repository> macros are always fixed up | Chris St. Pierre | 2014-11-10 | 3 | -6/+34 |
| | | | | | | | This fixes several cases in which <repository> macros would not be properly processed: options that are not added to the parser yet when early options are parsed; and config file options whose default value is used. | ||||
* | testsuite: better debug capturing for options tests | Chris St. Pierre | 2014-11-10 | 1 | -23/+21 |
| | |||||
* | testsuite: capture stderr by default | Chris St. Pierre | 2014-11-10 | 1 | -0/+2 |
| | | | | This quiets down a lot of tests, especially for option parsing. | ||||
* | Test failure to parse config file when bcfg2.conf exists | Chris St. Pierre | 2014-11-10 | 2 | -7/+3 |
| | |||||
* | testsuite: skip nested exclusive option group test on py2.6 | Chris St. Pierre | 2014-11-10 | 1 | -3/+13 |
| | |||||
* | testsuite: Added unit tests for new option parsing | Chris St. Pierre | 2014-11-10 | 10 | -0/+1268 |