mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
9847d3eda4
commit
5c9dfa2091
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user