Commit 832a681c authored by ccicnce113424's avatar ccicnce113424
Browse files

nixosTests.kmscon: wait for default target before waiting for the text

parent e9b71dc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
  enableOCR = true;

  testScript = ''
    machine.start()
    machine.wait_for_unit("default.target")

    with subtest("ensure we can open a tty"):
      machine.wait_for_text("alice@machine")