]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests: skip serial test on windows
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 1 Oct 2019 13:26:08 +0000 (17:26 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Oct 2019 16:49:18 +0000 (18:49 +0200)
commit2d18ec29ba455a150f29aa5ac4d21b0ebdc5cd4d
treecdca4ef15f417a25e2ce9cd456a938da27debffd
parentf1cd5d41efe0eef5d536466ee17464368b028dd2
tests: skip serial test on windows

Serial test is currently hard-coded to /dev/null.

On Windows, serial chardev expect a COM: device, which may not be
availble.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/test-char.c