Re: [PATCH] tools/tests: let test-xenstore exit with non-0 status in case of error

2024-05-02 Thread Andrew Cooper
On 02/05/2024 10:22 am, Juergen Gross wrote: > In case a test is failing in test-xenstore, let the tool exit with an > exit status other than 0. > > Fix a typo in an error message. > > Reported-by: Andrew Cooper > Fixes: 3afc5e4a5b75 ("tools/tests: add xenstore testing framework") > Signed-off-by:

[PATCH] tools/tests: let test-xenstore exit with non-0 status in case of error

2024-05-02 Thread Juergen Gross
In case a test is failing in test-xenstore, let the tool exit with an exit status other than 0. Fix a typo in an error message. Reported-by: Andrew Cooper Fixes: 3afc5e4a5b75 ("tools/tests: add xenstore testing framework") Signed-off-by: Juergen Gross --- tools/tests/xenstore/test-xenstore.c |