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>
This commit is contained in:
Erik Skultety 2023-09-15 14:46:39 +02:00
parent 9847d3eda4
commit 5c9dfa2091

View File

@ -104,7 +104,7 @@ run_integration() {
sudo systemctl restart ${daemon}.socket
done
sudo virsh net-start default &>/dev/null || true
sudo virsh --quiet net-start default &>/dev/null || true
cd "$SCRATCH_DIR"
git clone --depth 1 https://gitlab.com/libvirt/libvirt-tck.git