Re: [Qemu-devel] [PATCH 2/3] tests: add qtest_set_exit_status()

2019-07-17 Thread Thomas Huth
On 08/07/2019 09.24, Marc-André Lureau wrote: > Modify the behaviour of qtest_quit() to check against the expected > exit status value. The default remains 0. > > Signed-off-by: Marc-André Lureau > --- > tests/libqtest.c | 41 ++--- > tests/libqtest.h | 9 +++

Re: [Qemu-devel] [PATCH 2/3] tests: add qtest_set_exit_status()

2019-07-08 Thread Juan Quintela
Marc-André Lureau wrote: > Modify the behaviour of qtest_quit() to check against the expected > exit status value. The default remains 0. > > Signed-off-by: Marc-André Lureau Reviewed-by: Juan Quintela But I would like a review from anyone from qtest.