Re: [Qemu-devel] [PATCH] tests/libqos: Utilize newer glib spawn check

2018-08-22 Thread Thomas Huth
On 2018-08-21 21:05, Eric Blake wrote: > During development, I got a 'make check' failure that claimed: > > qemu-img returned status code 32512 > ** > ERROR:tests/libqos/libqos.c:202:mkimg: assertion failed: (!rc) > > But 32512 is too big for a normal exit status value, which means we > failed to

[Qemu-devel] [PATCH] tests/libqos: Utilize newer glib spawn check

2018-08-21 Thread Eric Blake
During development, I got a 'make check' failure that claimed: qemu-img returned status code 32512 ** ERROR:tests/libqos/libqos.c:202:mkimg: assertion failed: (!rc) But 32512 is too big for a normal exit status value, which means we failed to use WEXITSTATUS() to shift the bits to the desired val