nixos/test-driver: use long options for journalctl call

This commit is contained in:
Kierán Meinhardt
2026-03-03 16:32:01 +01:00
parent 99884696cc
commit 1118384e0e
@@ -1536,13 +1536,10 @@ class NspawnMachine(BaseMachine):
with subprocess.Popen(
[
"journalctl",
"-f",
"-D",
journal_path,
"--lines",
"all",
"-o",
"short-monotonic",
"--follow",
f"--directory={journal_path}",
"--lines=all",
"--output=short-monotonic",
],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,