]> xenbits.xensource.com Git - libvirt.git/commitdiff
ci: Fix quoting and option name
authorAndrea Bolognani <abologna@redhat.com>
Thu, 24 Aug 2023 15:41:39 +0000 (17:41 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 28 Aug 2023 12:21:54 +0000 (14:21 +0200)
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>
ci/build.sh

index 0e07b2e59d2d436f8f7100c104064018de130af5..d5ed8ad104763aa100afda780d274fb6afe105c6 100644 (file)
@@ -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