]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: jobs.sh: integration: Use --quiet with virsh
authorErik Skultety <eskultet@redhat.com>
Fri, 15 Sep 2023 12:46:39 +0000 (14:46 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 19 Sep 2023 11:35:59 +0000 (13:35 +0200)
commit5c9dfa20910453a8e49792e702b76cc371ff4e67
tree02860a7eafb23df8f23cb9bd04037de84ed8ccf2
parent9847d3eda42d0a39f28f7df5f7e2e4b627e05a86
ci: jobs.sh: integration: Use --quiet with virsh

We've not been interested in any extra output from the command at all
since we always redirected both stdout and stderr to /dev/null. Future
patch will change that slightly, so --quiet will start making sense.

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