Re: [Qemu-devel] [PATCH v2 2/3] tests/libqtest: Allow setting expected exit status

2019-09-11 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Add qtest_set_expected_status function to set expected exit status of > child process. By default expected exit status is 0. > > Signed-off-by: Yury Kotov Reviewed-by: Dr. David Alan Gilbert > --- > tests/libqtest.c | 36 +-

Re: [Qemu-devel] [PATCH v2 2/3] tests/libqtest: Allow setting expected exit status

2019-09-03 Thread Thomas Huth
On 03/09/2019 18.22, Yury Kotov wrote: > Add qtest_set_expected_status function to set expected exit status of > child process. By default expected exit status is 0. > > Signed-off-by: Yury Kotov > --- > tests/libqtest.c | 36 +--- > tests/libqtest.h | 9

[Qemu-devel] [PATCH v2 2/3] tests/libqtest: Allow setting expected exit status

2019-09-03 Thread Yury Kotov
Add qtest_set_expected_status function to set expected exit status of child process. By default expected exit status is 0. Signed-off-by: Yury Kotov --- tests/libqtest.c | 36 +--- tests/libqtest.h | 9 + 2 files changed, 30 insertions(+), 15 deletions(-)