Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-30 | Enable use of the caplog fixture in pytest tests, and add a cc_final_message ↵ | Daniel Watkins | |
test using it (#461) caplog is only available in pytest itself from 3.0 onwards. In xenial, we only have pytest 2.8.7. However, in xenial we do have pytest-catchlog available (as python3-pytest-catchlog), so we use that where appropriate. | |||
2020-06-22 | cc_final_message: don't create directories when writing boot-finished (#445) | Daniel Watkins | |
If the instance symlink doesn't exist, then we shouldn't create a directory in its place, because that breaks future boots. LP: #1883903 |