Commit graph

2 commits

Author SHA1 Message Date
Lukas Brübach
c1895bd1d9 [Tests] Give loader matcher tests a writable HOME in CI
Under GitHub's docker runner the process uid has no passwd entry, so HOME
resolves to '/' and the test-mode qttest data dir cannot be created.
SettingsCache's QSettings then drops every write, getPicsPath() comes back
empty, and the loader searches a blank path. Point HOME at a QTemporaryDir
for the duration of the run.
2026-09-18 13:44:16 +02:00
Lukas Brübach
c70ef49bcf [PictureLoader] Add local override storage and resolution with matcher tests 2026-09-18 12:38:10 +02:00