Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mantle/kola: detect when systemd-generators fail
For example, this ugly failure has been hanging around in our console logs for some time: ``` [ 5.733962] ln: [ 5.733968] failed to create symbolic link '/run/udev/rules.d/80-coreos-boot-disk.rules' [ 5.734511] : File exists [ 5.737931] systemd[1023]: /usr/lib/systemd/system-generators/coreos-diskful-generator failed with exit status 1. ``` Let's detect these when they pop up.
- Loading branch information