From c1afa719bbd04c6924b737017701fe71be61fae1 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sun, 26 Apr 2026 19:26:06 +0200 Subject: [PATCH] nixosTests.lomiri-music-app: Fix systemd message regex for mediascanner2 extractor startup Must've changed with a systemd update. --- nixos/tests/lomiri-music-app.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/lomiri-music-app.nix b/nixos/tests/lomiri-music-app.nix index a87cc0aa2248..b44251e75bb4 100644 --- a/nixos/tests/lomiri-music-app.nix +++ b/nixos/tests/lomiri-music-app.nix @@ -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"):