Commit c1afa719 authored by OPNA2608's avatar OPNA2608
Browse files

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

Must've changed with a systemd update.
parent 03de9fe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"):