On Wed, Sep 09, 2020 at 05:46:16PM +0800, Yonggang Luo wrote: > Fixes following errors: > Running test test-util-sockets > ERROR test-util-sockets - missing test plan > > # Start of name tests > ** > ERROR:../tests/test-util-sockets.c:93:test_socket_fd_pass_name_good: > assertion failed (fd != -1): (-1 != -1) > Bail out! > ERROR:../tests/test-util-sockets.c:93:test_socket_fd_pass_name_good: > assertion failed (fd != -1): (-1 != -1) > > First should call to qemu_init_main_loop before socket_init, > then on win32 doesn't support for SOCKET_ADDRESS_TYPE_FD socket type > > Signed-off-by: Yonggang Luo <[email protected]> > --- > tests/test-util-sockets.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
