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 May 7, 2024
1 parent 3e4f9e5 commit 8ea549f
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 @@ -124,7 +124,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 8ea549f

Please sign in to comment.