about summary refs log tree commit diff
path: root/nixos/tests/cups-pdf.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-07-24treewide: rename fonts.fonts to fonts.packagesSandro Jäckel1-1/+1
2023-01-20nixos/tests/cups-pdf: fix test with socket-activated cupsYarny01-1/+1
The cups-pdf vm test previously waited for the activation of `cups.service` before testing anything. This method fails since https://github.com/NixOS/nixpkgs/commit/47d9e7d3d7d8ad19e29be1445171726bf7d602b6 as cups auto-stops if it is not used, causing the test framework to complain that `cups.service` will never start. The commit at hand alters the test so it simply waits for `multi-user.target`. We could also switch to `cups.socket`, but `multi-user.target` seems to be more robust concerning future changes in the cups mechanisms.
2022-12-09cups-pdf: add vm testYarny01-0/+40