[LTP] [PATCH v1 5/6] rt:pi-tests:testpi-5: return exit code
Bogdan Lezhepekov
bogdan.lezhepekov@suse.com
Fri Sep 24 12:07:47 CEST 2021
Hi Petr,
Thanks for reviewing!
-Bogdan
________________________________
From: Petr Vorel <pvorel@suse.cz>
Sent: Friday, September 24, 2021 12:53
To: Bogdan Lezhepekov <bogdan.lezhepekov@suse.com>
Cc: ltp@lists.linux.it <ltp@lists.linux.it>; Cyril Hrubis <chrubis@suse.cz>
Subject: Re: [LTP] [PATCH v1 5/6] rt:pi-tests:testpi-5: return exit code
Hi Bogdan,
> +++ b/testcases/realtime/func/pi-tests/testpi-5.c
...
> create_other_thread(child_thread, NULL);
> join_threads();
> - return 0;
> + return err > 0 ? 1: 0;
nit: "1: 0" => "1 : 0" (for better readability).
Whole patchset LGTM, thanks for improving realtime tests.
To whole patchset:
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Kind regards,
Petr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20210924/9cb0d514/attachment.htm>
More information about the ltp
mailing list