diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-27 20:15:25 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-27 20:15:25 +0200 |
commit | 1d90e10566477f96e0716f75e7de1500c77a0175 (patch) | |
tree | 331c0f4f7c7b5154d48e39e0d6ad7bbd5248aa20 /scripts | |
parent | 237f8a05ffa9bd5a360749b256b3e6318907e5e6 (diff) | |
download | vyos-build-1d90e10566477f96e0716f75e7de1500c77a0175.tar.gz vyos-build-1d90e10566477f96e0716f75e7de1500c77a0175.zip |
Testsuite: remove VNC console from qemu cmdline
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-qemu-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index ef1a0f13..5789a782 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -245,7 +245,6 @@ try: -machine accel=kvm \ {CPU} \ -smp 2 \ - -vnc 0.0.0.0:99 \ -nographic \ {KVM} \ -drive format=raw,file={DISK} |