]> xenbits.xensource.com Git - libvirt.git/commit
ci: jobs.sh: run_integration: Print DAEMONS variable for debugging
authorErik Skultety <eskultet@redhat.com>
Wed, 13 Sep 2023 09:21:08 +0000 (11:21 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 19 Sep 2023 11:35:59 +0000 (13:35 +0200)
commita2c3a3e0380d3ac1e6b0f2ea459bdc6c3ece1332
tree4d37de8e5efe122d98306568fb621879c58d8884
parent0c9603c858e0af37f767b46f461e1feb4e8e1a61
ci: jobs.sh: run_integration: Print DAEMONS variable for debugging

One advantage that GitLab's YAML has with Shell commands is that every
single line is printed out as is, including control structures. In
order to see whether the logic did the same thing and the tests are
going to operate on the right set of daemons (monolithic vs modular),
lets print the DAEMONS variable that we set depending on the distro we
execute the tests on.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/jobs.sh