nixosTests.lomiri-music-app: Fix systemd message regex for mediascanner2 extractor startup

Must've changed with a systemd update.
This commit is contained in:
OPNA2608
2026-04-26 19:26:06 +02:00
parent 03de9fe87c
commit c1afa719bb

View File

@@ -135,7 +135,7 @@ in
# Need to wait abit to make sure our test file gets scanned & added to the database.
# No good feedback on when this is done... Prolly some time after extractor sub-service is started.
machine.wait_for_console_text("Successfully activated service 'com.lomiri.MediaScanner2.Extractor'")
machine.wait_for_console_text("Started \S*com.lomiri.MediaScanner2.Extractor")
machine.sleep(10)
with subtest("lomiri music launches"):