Skip to content

Commit

Permalink
test: switch kargs to systemd.journald.forward_to_console=1
Browse files Browse the repository at this point in the history
This allows us to test our customization with something actually
really useful as it will give us easier debug when test runs
fail.
  • Loading branch information
mvo5 committed Apr 29, 2024
1 parent 128d76f commit 13283ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def build_images(shared_tmpdir, build_container, request, force_aws_upload):

username = "test"
password = "password"
kargs = "user.sometestkarg=sometestvalue"
kargs = "systemd.journald.forward_to_console=1"

# params can be long and the qmp socket (that has a limit of 100ish
# AF_UNIX) is derived from the path
Expand Down

0 comments on commit 13283ca

Please sign in to comment.