mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
ci: Fix quoting and option name
Multiple values passed to --meson-args need to be quoted so that the shell will interpret them correctly. The option's name was also reported incorrectly, so fix that as well. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
b68d253c46
commit
d40c6cad64
@ -10,7 +10,7 @@ export VIR_TEST_DEBUG=1
|
||||
#
|
||||
# $MESON_ARGS correspond to meson's setup args, i.e. configure args. It's
|
||||
# populated either from a GitLab's job configuration or from command line as
|
||||
# `$ helper build --meson-configure-args=-Dopt1 -Dopt2` when run in a local
|
||||
# `$ helper build --meson-args='-Dopt1 -Dopt2'` when run in a local
|
||||
# containerized environment
|
||||
#
|
||||
# The contents of $MESON_ARGS (defined locally) should take precedence over
|
||||
|
Loading…
x
Reference in New Issue
Block a user