Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-25 | Fix a command test so it writes to stdout not stderr. | John MacFarlane | 1 | -1/+1 | |
The error message to stderr was appearing in test output and confusing some users, who thought it indicated a failing test rather than expected output. | |||||
2021-01-05 | Implement defaults file inheritance (#6924) | David Martschenko | 1 | -0/+5 | |
Allow defaults files to inherit options from other defaults files by specifying them with the following syntax: `defaults: [list of defaults files or single defaults file]`. |