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

This commit is contained in:
ccicnce113424
2026-04-22 22:39:51 +08:00
parent e9b71dc3c4
commit 832a681c96
+1 -1
View File
@@ -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")